r1939 - trunk/varnish-doc/share

des at projects.linpro.no des at projects.linpro.no
Fri Sep 7 01:22:06 CEST 2007


Author: des
Date: 2007-09-07 01:22:06 +0200 (Fri, 07 Sep 2007)
New Revision: 1939

Modified:
   trunk/varnish-doc/share/docbook-xml.css
Log:
Limit the width to a sensible value so text will still be readable when you
maximize your browser window.
Add formatting for <emphasis>.
Correct whitespace handling for <screen>.


Modified: trunk/varnish-doc/share/docbook-xml.css
===================================================================
--- trunk/varnish-doc/share/docbook-xml.css	2007-09-05 14:53:25 UTC (rev 1938)
+++ trunk/varnish-doc/share/docbook-xml.css	2007-09-06 23:22:06 UTC (rev 1939)
@@ -5,6 +5,7 @@
 	color: black;
 	font-family: sans-serif;
 	margin: 1in;
+	max-width: 80ex;
 }
 
 /*
@@ -228,6 +229,13 @@
 }
 
 /*
+ * Formatting
+ */
+emphasis {
+	font-style: italic;
+}
+
+/*
  * Misc
  */
 command {
@@ -264,5 +272,6 @@
 	border: thin solid black;
 	background-color: #ccc;
 	font-family: monospace;
+	white-space: pre;
 	padding: 0.5ex;
 }




More information about the varnish-commit mailing list