Mercurial > hg > xemacs-beta
comparison etc/w3/stylesheet @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:44:42 +0200 |
| parents | 318232e2a3f0 |
| children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
| 164:4e0740e5aab2 | 165:5a88923fcbfe |
|---|---|
| 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 ul li { list-style: circle; } | 133 ul li { list-style: circle; } |
| 133 ol li { list-style: decimal; } | |
| 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 /* |
