We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d41d24 commit 5676514Copy full SHA for 5676514
1 file changed
css2/style/default.css
@@ -1,6 +1,6 @@
1
/*
2
* Style sheet for the CSS2 specification
3
- * $Id: default.css,v 2.13 1998-03-23 02:55:30 bbos Exp $
+ * $Id: default.css,v 2.14 1998-03-24 16:16:22 bbos Exp $
4
*/
5
6
BODY {
@@ -128,9 +128,10 @@ LI.tocline1 {font-weight: bold}
128
LI.tocline2 {font-weight: normal}
129
LI.tocline4 {font-style: italic}
130
/* DIV.subtoc UL, DIV.subtoc OL {list-style: none} */
131
-DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
+/* The border in the following rule crashes NN4 on fonts.html :-(
132
+DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0;
133
background: #ddd}
-
134
+*/
135
UL.index {list-style: none}
136
137
S, DEL {text-decoration: line-through; color: red}
0 commit comments