svn commit: r47193 - head/share/misc

Warren Block <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wblock
Date: Mon Aug 10 22:41:06 2015
New Revision: 47193
URL: https://svnweb.freebsd.org/changeset/doc/47193

Log:
  A few miscellaneous changes to docbook.css to improve the appearance of
  elements that should be displayed in monospace fonts.
  
  Reviewed by:	allanjude
  Differential Revision:	https://reviews.freebsd.org/D3313

Modified:
  head/share/misc/docbook.css

Modified: head/share/misc/docbook.css
==============================================================================
--- head/share/misc/docbook.css	Mon Aug 10 21:08:01 2015	(r47192)
+++ head/share/misc/docbook.css	Mon Aug 10 22:41:06 2015	(r47193)
@@ -285,7 +285,7 @@ pre.screen {
 	white-space: pre;
 	overflow: auto;
 	font-family: monospace;
-	padding: 1ex;
+	padding: 1em;
 	background-color: #edc;
 	border: 1px solid #ccc;
 	border-radius: 4px;
@@ -385,10 +385,12 @@ pre.programlisting {
 
 .userinput,
 .userinput code {
+	font-family: monospace;
 	font-weight: bold;
 }
 
 pre.screen strong {
+	font-family: monospace;
 	font-weight: normal;
 }
 
@@ -401,3 +403,11 @@ span.contrib {
 	font-size: small;
 	font-style: italic;
 }
+
+.literal, .command {
+	font-family: monospace;
+}
+
+code.prompt {
+	margin-left: -3px;
+}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.