]> err.no Git - varnish/commitdiff
Limit the width to a sensible value so text will still be readable when you
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Sep 2007 23:22:06 +0000 (23:22 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Sep 2007 23:22:06 +0000 (23:22 +0000)
maximize your browser window.
Add formatting for <emphasis>.
Correct whitespace handling for <screen>.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1939 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-doc/share/docbook-xml.css

index bcabfb4efeac050da3abd95e1276adc3d8242d1a..e7df1512d154d1e2264c9b11233f0e7e9e2c110e 100644 (file)
@@ -5,6 +5,7 @@ article, book {
        color: black;
        font-family: sans-serif;
        margin: 1in;
+       max-width: 80ex;
 }
 
 /*
@@ -227,6 +228,13 @@ xref:after {
        content: "]";
 }
 
+/*
+ * Formatting
+ */
+emphasis {
+       font-style: italic;
+}
+
 /*
  * Misc
  */
@@ -264,5 +272,6 @@ screen {
        border: thin solid black;
        background-color: #ccc;
        font-family: monospace;
+       white-space: pre;
        padding: 0.5ex;
 }