Skip to content

Commit fa12c96

Browse files
committed
[css2] New indents for ToC lines.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40559
1 parent 89233d4 commit fa12c96

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/style/default.css

Lines changed: 4 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 1.12 1997-12-12 16:29:24 bbos Exp $
3+
* $Id: default.css,v 1.13 1997-12-12 17:15:11 bbos Exp $
44
*/
55

66
BODY {
@@ -59,8 +59,9 @@ a.informref {
5959
}
6060

6161
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}
62+
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
63+
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}
6465
LI.tocline1 {margin-top: 1em; font-weight: bold}
6566
LI.tocline2 {font-weight: normal}
6667
LI.tocline4 {font-style: italic}

0 commit comments

Comments
 (0)