svn commit: r48258 - head/share/misc
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock
Date: Fri Feb 26 04:59:09 2016
New Revision: 48258
URL: https://svnweb.freebsd.org/changeset/doc/48258
Log:
Add an entry so <errorname> is displayed in monospace italic text.
Approved by: doceng (implicit)
Modified:
head/share/misc/docbook.css
Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css Fri Feb 26 04:40:41 2016 (r48257)
+++ head/share/misc/docbook.css Fri Feb 26 04:59:09 2016 (r48258)
@@ -393,6 +393,11 @@ pre.programlisting {
font-weight: bold;
}
+.errorname {
+ font-family: monospace;
+ font-style: italic;
+}
+
pre.screen strong {
font-family: monospace;
font-weight: normal;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"