Skip to content

Commit db91cb2

Browse files
committed
[css2] Different names for ToC classes.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40544
1 parent adc18f6 commit db91cb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/style/default.css

Lines changed: 4 additions & 4 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.10 1997-12-10 19:37:22 bbos Exp $
3+
* $Id: default.css,v 1.11 1997-12-11 23:53:15 bbos Exp $
44
*/
55

66
BODY {
@@ -61,7 +61,7 @@ a.informref {
6161
DIV.toc UL, DIV.toc OL {list-style: none}
6262
DIV.toc UL, DIV.toc OL {margin-left: 0}
6363
DIV.toc UL UL, DIV.toc OL OL {margin-left: 1em}
64-
LI.h1 {margin-top: 1em; font-weight: bold}
65-
LI.h2 {font-weight: normal}
66-
LI.h4 {font-style: italic}
64+
LI.tocline1 {margin-top: 1em; font-weight: bold}
65+
LI.tocline2 {font-weight: normal}
66+
LI.tocline4 {font-style: italic}
6767
DIV.subtoc UL, DIV.subtoc OL {list-style: none}

0 commit comments

Comments
 (0)