- Render terms as bold and add some top margin to avoid sticking it to
tables in the previous definition PR: docs/181121 Submitted by: Ken Reed <kreed002@gmail.com>
This commit is contained in:
parent
da61a260cd
commit
a71d7bf3e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43624
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@ dl {
|
|||
line-height: 1.2;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.calloutlist dt {
|
||||
float: left;
|
||||
width: 1em;
|
||||
|
|
Loading…
Reference in a new issue