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:
parent
7480642776
commit
3cff7c022e
@ -516,3 +516,6 @@ dl.todo > dt {
|
||||
background-color: #f5f5f5;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
table.retval > tbody > tr > td.paramname {
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
@ -458,3 +458,6 @@ dl.todo > dt {
|
||||
background-color: @well-bg;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
table.retval > tbody > tr > td.paramname {
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user