File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66BODY {
@@ -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+ }
132135DIV .toc UL UL , DIV .toc OL OL {margin-left : 0 }
133136DIV .toc UL UL UL , DIV .toc OL OL OL {margin-left : 1em }
134137DIV .toc UL UL UL UL , DIV .toc OL OL OL OL {margin-left : 0 }
@@ -140,7 +143,10 @@ LI.tocline4 {font-style: italic}
140143DIV.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
145151S , DEL {text-decoration : line-through; color : red}
146152U , INS {text-decoration : underline; background : # bfa }
You can’t perform that action at this time.
0 commit comments