]> err.no Git - varnish/commitdiff
Format <command>, <literal> and <varname> in monospace.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Aug 2007 17:04:50 +0000 (17:04 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Aug 2007 17:04:50 +0000 (17:04 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1821 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-doc/share/docbook-xml.css

index f33735888a6c908cef4eb0f73fd4e3ff6c2490a2..4ec73fba8849e75bb2457c5a4daab175fdcff2b7 100644 (file)
@@ -230,10 +230,22 @@ xref:after {
 /*
  * Misc
  */
+command {
+       font-family: monospace;
+}
+
 filename {
        font-family: monospace;
 }
 
+literal {
+       font-family: monospace;
+}
+
+varname {
+       font-family: monospace;
+}
+
 function {
        font-family: monospace;
 }