Skip to content

Commit

Permalink
doc: Update CSS for readable @RetVal tables
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maribu committed Jan 8, 2020
1 parent 7480642 commit 3cff7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/doxygen/src/css/riot.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,3 +516,6 @@ dl.todo > dt {
background-color: #f5f5f5;
padding: 4px 6px;
}
table.retval > tbody > tr > td.paramname {
padding-right: 2em;
}
3 changes: 3 additions & 0 deletions doc/doxygen/src/css/riot.less
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,6 @@ dl.todo > dt {
background-color: @well-bg;
padding: 4px 6px;
}
table.retval > tbody > tr > td.paramname {
padding-right: 2em;
}

0 comments on commit 3cff7c0

Please sign in to comment.