Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -469,14 +469,15 @@ main dl {
}

main dt {
margin-bottom: 0.5em;
margin-right: 1em;
float: left;
font-weight: bold;
}

main dd {
margin: 0 1em 1em 0.5em;
margin: 0 0 1em 1em;
}

main dd p:first-child {
margin-top: 0;
}

/* Headers within Main */
Expand Down
Loading