Commit graph

4 commits

Author SHA1 Message Date
Nik Clayton
5ad75c7dcb Be a little more conservative with the line height to try and placate those
on -doc who don't share my sense of the aesthetic

Try a better fix at the 'stair stepping' in lists -- the previous fix only
worked for lists that were children of the BODY element, so it didn't have
any effect on those that were (for example) enclosed inside a
<DIV CLASS="PROCEDURE">.
2001-07-11 12:46:50 +00:00
Nik Clayton
33392641db 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>.
2001-07-03 12:30:32 +00:00
Nik Clayton
4ac10587b6 Things wrapped in <PRE> should have a normal line height. 2001-06-20 16:23:30 +00:00
Nik Clayton
2d49a1ca1c A Cascading Stylesheet for use with documents converted from DocBook to
HTML by the Norm Walsh / FreeBSD DSSSL stylesheets.
2001-06-18 14:12:44 +00:00