- 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:
Gabor Kovesdan 2014-01-22 10:27:50 +00:00
parent da61a260cd
commit a71d7bf3e6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43624

View file

@ -124,6 +124,11 @@ dl {
line-height: 1.2;
}
dt {
font-weight: bold;
margin-top: 1em;
}
div.calloutlist dt {
float: left;
width: 1em;