Mercurial > hg > xemacs-beta
diff etc/w3/stylesheet @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 5a88923fcbfe |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/etc/w3/stylesheet Mon Aug 13 09:47:55 2007 +0200 +++ b/etc/w3/stylesheet Mon Aug 13 09:49:09 2007 +0200 @@ -129,8 +129,8 @@ dt { font-weight: bold; display: list-item } dd { display: list-item; margin-left: 5em; } li { display: list-item; margin-left: 5em; } - ol li { list-style: decimal; } - ul li { list-style: circle; } + ol { list-style: decimal; } + ul { list-style: circle; } /* These are to make nested list items look better */ ul ul,ol ul,ol ol,ul ol { display: line; }