svn commit: r43624 - head/share/misc
Gabor Kovesdan
gabor at FreeBSD.org
Wed Jan 22 10:27:51 UTC 2014
Author: gabor
Date: Wed Jan 22 10:27:50 2014
New Revision: 43624
URL: http://svnweb.freebsd.org/changeset/doc/43624
Log:
- 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 at gmail.com>
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Wed Jan 22 10:07:19 2014 (r43623)
+++ head/share/misc/docbook.css Wed Jan 22 10:27:50 2014 (r43624)
@@ -124,6 +124,11 @@ dl {
line-height: 1.2;
}
+dt {
+ font-weight: bold;
+ margin-top: 1em;
+}
+
div.calloutlist dt {
float: left;
width: 1em;
More information about the svn-doc-head
mailing list