Skip to content

Commit

Permalink
Merge pull request #13047 from maribu/doc-css-retval
Browse files Browse the repository at this point in the history
doc: Update CSS for readable @RetVal tables
  • Loading branch information
aabadie authored Jan 9, 2020
2 parents 389c2fa + 3cff7c0 commit c310bfb
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 c310bfb

Please sign in to comment.