r32 - trunk/varnish-doc/share

des at projects.linpro.no des at projects.linpro.no
Mon Feb 27 09:16:35 CET 2006


Author: des
Date: 2006-02-27 09:16:35 +0100 (Mon, 27 Feb 2006)
New Revision: 32

Modified:
   trunk/varnish-doc/share/docbook-xml.css
Log:
Add table formatting.

Modified: trunk/varnish-doc/share/docbook-xml.css
===================================================================
--- trunk/varnish-doc/share/docbook-xml.css	2006-02-27 07:47:19 UTC (rev 31)
+++ trunk/varnish-doc/share/docbook-xml.css	2006-02-27 08:16:35 UTC (rev 32)
@@ -155,6 +155,48 @@
 }
 
 /*
+ * Tables
+ */
+informaltable {
+	display: block;
+	padding: 1em;
+}
+
+tgroup {
+	display: table;
+	border-collapse: collapse;
+	empty-cells: show;
+}
+
+tgroup > thead {
+	display: table-header-group;
+	font-weight: bold;
+}
+
+tgroup > tbody {
+	display: table-row-group;
+}
+
+tgroup > tfoot {
+	display: table-footer-group;
+	font-weight: bold;
+}
+
+thead > row,
+tbody > row,
+tfoot > row
+{
+	display: table-row;
+}
+
+row > entry
+{
+	display: table-cell;
+	padding: 1ex;
+	border: thin solid black;
+}
+
+/*
  * Links
  */
 xref:before {




More information about the varnish-commit mailing list