r1924 - trunk/varnish-doc/share

des at projects.linpro.no des at projects.linpro.no
Sat Aug 25 23:35:12 CEST 2007


Author: des
Date: 2007-08-25 23:35:11 +0200 (Sat, 25 Aug 2007)
New Revision: 1924

Modified:
   trunk/varnish-doc/share/docbook-xml.css
Log:
Add style information for <screen>, and fix marker placement for ordered
lists.


Modified: trunk/varnish-doc/share/docbook-xml.css
===================================================================
--- trunk/varnish-doc/share/docbook-xml.css	2007-08-25 19:38:57 UTC (rev 1923)
+++ trunk/varnish-doc/share/docbook-xml.css	2007-08-25 21:35:11 UTC (rev 1924)
@@ -144,7 +144,7 @@
 
 orderedlist > listitem {
 	display: list-item;
-	list-style: decimal inside;
+	list-style: decimal outside;
 	margin-left: 4em;
 }
 
@@ -254,3 +254,15 @@
 	content: "()";
 	font-family: monospace;
 }
+
+/*
+ * Textual screenshot
+ */
+screen {
+	display: block;
+	margin-top: 1ex;
+	border: thin solid black;
+	background-color: #ccc;
+	font-family: monospace;
+	padding: 0.5ex;
+}




More information about the varnish-commit mailing list