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 <wyldephyre2@yahoo.com>.
This commit is contained in:
Nik Clayton 2001-07-03 12:30:32 +00:00
parent a9895c46e3
commit 33392641db
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9783

View file

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