Skip to content

Commit 5676514

Browse files
committed
[css2] Removed border around subtoc, which crashed NN4.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401423
1 parent 7d41d24 commit 5676514

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 2.13 1998-03-23 02:55:30 bbos Exp $
3+
* $Id: default.css,v 2.14 1998-03-24 16:16:22 bbos Exp $
44
*/
55

66
BODY {
@@ -128,9 +128,10 @@ LI.tocline1 {font-weight: bold}
128128
LI.tocline2 {font-weight: normal}
129129
LI.tocline4 {font-style: italic}
130130
/* DIV.subtoc UL, DIV.subtoc OL {list-style: none} */
131-
DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
131+
/* The border in the following rule crashes NN4 on fonts.html :-(
132+
DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0;
132133
background: #ddd}
133-
134+
*/
134135
UL.index {list-style: none}
135136

136137
S, DEL {text-decoration: line-through; color: red}

0 commit comments

Comments
 (0)