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:
commit
c310bfbf75
@ -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