From 33392641db3daffde01ed91cedc5b0e326a2e91b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 3 Jul 2001 12:30:32 +0000 Subject: [PATCH] Hopefully fix the problem where Netscape incorrectly applies styles to list items, but not to the bullets/marks. Where it used to appear as 1. This is item one. 2. This is item two. and so on, it should now appear as 1. This is item one. 2. This is item two. Based on a suggestion from Haikal Saadh . --- share/misc/docbook.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index d17b599f60..e9d98dcf8b 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: doc/share/misc/docbook.css,v 1.1 2001/06/18 14:12:44 nik Exp $ + * $FreeBSD: doc/share/misc/docbook.css,v 1.2 2001/06/20 16:23:30 nik Exp $ */ BODY ADDRESS { @@ -47,21 +47,12 @@ HTML BODY { font-variant: small-caps; } -BODY DD { - line-height: 1.2; - margin: 0 0 0 5%; -} - BODY DIV { margin: 0; } BODY DL { margin: .8em 0; -} - -BODY DT { - margin: .3em 0 0 0; line-height: 1.2; } @@ -115,10 +106,6 @@ BODY IMG.NAVHEADER { margin: 0 0 0 -4%; } -BODY LI { - margin: .6em 0 -} - BODY OL { margin: 0 0 0 5%; line-height: 1.5;