summaryrefslogtreecommitdiff
path: root/share/misc/docbook.css
Commit message (Collapse)AuthorAgeFilesLines
* Be a little more conservative with the line height to try and placate thoseNik Clayton2001-07-111-10/+10
| | | | | | | | | | | | 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">. Notes: svn path=/head/; revision=9834
* Hopefully fix the problem where Netscape incorrectly applies styles toNik Clayton2001-07-031-14/+1
| | | | | | | | | | | | | | | | | | | | | 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>. Notes: svn path=/head/; revision=9783
* Things wrapped in <PRE> should have a normal line height.Nik Clayton2001-06-201-5/+3
| | | | Notes: svn path=/head/; revision=9653
* A Cascading Stylesheet for use with documents converted from DocBook toNik Clayton2001-06-181-0/+176
HTML by the Norm Walsh / FreeBSD DSSSL stylesheets. Notes: svn path=/head/; revision=9641