svn commit: r43175 - head/share/misc
Gabor Kovesdan
gabor at FreeBSD.org
Tue Nov 12 10:11:04 UTC 2013
Author: gabor
Date: Tue Nov 12 10:11:03 2013
New Revision: 43175
URL: http://svnweb.freebsd.org/changeset/doc/43175
Log:
- Restore colored background for screen
- Render userinput as bold
Reported by: wblock
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Tue Nov 12 10:06:31 2013 (r43174)
+++ head/share/misc/docbook.css Tue Nov 12 10:11:03 2013 (r43175)
@@ -236,7 +236,7 @@ html {
text-decoration: underline;
}
-div.screen {
+pre.screen {
white-space: pre;
font-family: monospace;
padding: 1ex;
@@ -343,7 +343,8 @@ pre.programlisting {
font-weight: bold;
}
-.userinput {
+.userinput,
+.userinput code {
font-weight: bold;
}
More information about the svn-doc-head
mailing list