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

doc: Update CSS for readable @retval tables

Currently now margin between the return value and its description are added in
return value tables generated with the @retval command. This adds a 2em margin,
which is consistent with the margin after parameter names in the parameter
table.
This commit is contained in:
Marian Buschsieweke 2020-01-08 15:20:08 +01:00
parent 7480642776
commit 3cff7c022e
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
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;
}