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 <larson@eng.paix.net>
This commit is contained in:
Ceri Davies 2004-03-22 19:17:52 +00:00
parent 201f01c94d
commit 033231458f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20379

View file

@ -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;