From cdd43b580f6c7f60a03f7e38ee5011fc6039d560 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 24 Feb 2006 14:58:42 +0000 Subject: [PATCH] Fix a couple of syntax errors. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@25 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-doc/share/docbook-xml.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/varnish-doc/share/docbook-xml.css b/varnish-doc/share/docbook-xml.css index bd6c2b14..b7d89a79 100644 --- a/varnish-doc/share/docbook-xml.css +++ b/varnish-doc/share/docbook-xml.css @@ -144,13 +144,13 @@ orderedlist, itemizedlist { orderedlist > listitem { display: list-item; - list-style-type: roman inside; + list-style: decimal inside; margin-left: 4em; } itemizedlist > listitem { display: list-item; - list-style-type: disc inside; + list-style: disc inside; margin-left: 4em; } @@ -163,7 +163,7 @@ xref:before { xref { color: blue; - font-decoration: underline; + text-decoration: underline; } xref:after { -- 2.39.5