svn commit: r42538 - head/share/misc
Warren Block
wblock at FreeBSD.org
Tue Aug 13 17:27:38 UTC 2013
Author: wblock
Date: Tue Aug 13 17:27:38 2013
New Revision: 42538
URL: http://svnweb.freebsd.org/changeset/doc/42538
Log:
Make userinput bold, add box and light background color to screen elements.
Asked on -doc on 2013-07-23, no objections.
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Tue Aug 13 16:46:59 2013 (r42537)
+++ head/share/misc/docbook.css Tue Aug 13 17:27:38 2013 (r42538)
@@ -240,6 +240,10 @@ div.screen {
white-space: pre;
font-family: monospace;
padding: 1ex;
+ background-color: #edc;
+ border: 1px solid #ccc;
+ border-radius: 6px;
+ line-height: 1.1;
}
div.programlisting {
@@ -340,7 +344,7 @@ div.programlisting {
}
.userinput {
- font-weight: normal;
+ font-weight: bold;
}
pre.screen strong {
More information about the svn-doc-head
mailing list