Skip to content

Commit 7dc5bfa

Browse files
committed
[css2] Style sheet fixes for NN Mac rendering of list-item: none
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401773
1 parent 0dd0e2c commit 7dc5bfa

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

css2/style/default.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 2.15 1998-05-13 11:01:30 bbos Exp $
3+
* $Id: default.css,v 2.16 1999-11-02 18:58:04 ijacobs Exp $
44
*/
55

66
BODY {
@@ -128,7 +128,10 @@ DIV.descdef TH {
128128
text-align: right;
129129
}
130130

131-
UL.toc, OL.toc {list-style: none}
131+
UL.toc, OL.toc {
132+
list-style: disc; /* Mac NS has problem with 'none' */
133+
list-style: none;
134+
}
132135
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
133136
DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
134137
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
@@ -140,7 +143,10 @@ LI.tocline4 {font-style: italic}
140143
DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0;
141144
background: #ddd}
142145
*/
143-
UL.index {list-style: none}
146+
UL.index {
147+
list-style: disc; /* Mac NS has problem with 'none' */
148+
list-style: none;
149+
}
144150

145151
S, DEL {text-decoration: line-through; color: red}
146152
U, INS {text-decoration: underline; background: #bfa}

0 commit comments

Comments
 (0)