We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89233d4 commit fa12c96Copy full SHA for fa12c96
1 file changed
css2/style/default.css
@@ -1,6 +1,6 @@
1
/*
2
* Style sheet for the CSS2 specification
3
- * $Id: default.css,v 1.12 1997-12-12 16:29:24 bbos Exp $
+ * $Id: default.css,v 1.13 1997-12-12 17:15:11 bbos Exp $
4
*/
5
6
BODY {
@@ -59,8 +59,9 @@ a.informref {
59
}
60
61
UL.toc, OL.toc {list-style: none}
62
-DIV.toc UL, DIV.toc OL {margin-left: 0}
63
-DIV.toc UL UL, DIV.toc OL OL {margin-left: 1em}
+DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
+DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
64
+DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
65
LI.tocline1 {margin-top: 1em; font-weight: bold}
66
LI.tocline2 {font-weight: normal}
67
LI.tocline4 {font-style: italic}
0 commit comments