1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13047 from maribu/doc-css-retval

doc: Update CSS for readable @retval tables
This commit is contained in:
Alexandre Abadie 2020-01-09 22:23:40 +01:00 committed by GitHub
commit c310bfbf75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -516,3 +516,6 @@ dl.todo > dt {
background-color: #f5f5f5;
padding: 4px 6px;
}
table.retval > tbody > tr > td.paramname {
padding-right: 2em;
}

View File

@ -458,3 +458,6 @@ dl.todo > dt {
background-color: @well-bg;
padding: 4px 6px;
}
table.retval > tbody > tr > td.paramname {
padding-right: 2em;
}