svn commit: r45381 - head/share/misc
Warren Block
wblock at FreeBSD.org
Tue Jul 29 20:59:40 UTC 2014
Author: wblock
Date: Tue Jul 29 20:59:40 2014
New Revision: 45381
URL: http://svnweb.freebsd.org/changeset/doc/45381
Log:
Remove a line-height: 1.0 from the body pre section. It caused <screen>
and <programlisting> elements to be vertically compressed and difficult
to read. Discussed in IRC.
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Tue Jul 29 20:31:32 2014 (r45380)
+++ head/share/misc/docbook.css Tue Jul 29 20:59:40 2014 (r45381)
@@ -226,7 +226,6 @@ ol {
body pre {
margin: .75em 0;
- line-height: 1.0;
font-family: monospace;
}
More information about the svn-doc-head
mailing list