From 033231458fbce9b25c40620f1b3000417577c93e Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Mon, 22 Mar 2004 19:17:52 +0000 Subject: [PATCH] Avoid problems with Netscape and our stylesheets by removing the entry for "BODY P". This seems to have no effect within other browsers, but stops Netscape from displaying images on top of the document text. PR: docs/48472 Submitted by: Alan Larson --- share/misc/docbook.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index f776479e82..61458d04d7 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -111,11 +111,6 @@ OL { line-height: 1.2; } -BODY P { - margin: .6em 0; - line-height: 1.2; -} - BODY PRE { margin: .75em 0; line-height: 1.0;