Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 172:a38aed19690b | 173:8eaf7971accc |
|---|---|
| 127 dir { display: block; } | 127 dir { display: block; } |
| 128 menu { display: block; } | 128 menu { display: block; } |
| 129 dt { font-weight: bold; display: list-item } | 129 dt { font-weight: bold; display: list-item } |
| 130 dd { display: list-item; margin-left: 5em; } | 130 dd { display: list-item; margin-left: 5em; } |
| 131 li { display: list-item; margin-left: 5em; } | 131 li { display: list-item; margin-left: 5em; } |
| 132 ol li { list-style: decimal; } | 132 ol { list-style: decimal; } |
| 133 ul li { list-style: circle; } | 133 ul { list-style: circle; } |
| 134 | 134 |
| 135 /* These are to make nested list items look better */ | 135 /* These are to make nested list items look better */ |
| 136 ul ul,ol ul,ol ol,ul ol { display: line; } | 136 ul ul,ol ul,ol ol,ul ol { display: line; } |
| 137 | 137 |
| 138 /* | 138 /* |
