Skip to content

Commit 74dc2ef

Browse files
committed
[css2] Removed rules that are unnecessary, because they are overridden in W3C-WD.css
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402016
1 parent 47997ce commit 74dc2ef

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

css2/style/default.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 2.18 2002-07-08 15:00:06 bbos Exp $
3+
* $Id: default.css,v 2.19 2003-01-21 13:12:59 bbos Exp $
44
*/
55

66
BODY {
7-
color: black;
87
/* text-align: justify; */
98
font-family: helvetica, sans-serif;
10-
background: white;
11-
margin: 2em;
129
/* For the REC: background: #def url(recbg.jpg); */
1310
}
14-
H1, H2, H3, H4, H5, H6 {
11+
H2, H3, H4, H5, H6 {
1512
text-align: left;
1613
}
1714

1815
H1 {
1916
clear: left;
2017
margin-top: 2em;
21-
text-align: center;
2218
}
2319

2420
DIV.navbar {
@@ -132,10 +128,6 @@ DIV.descdef TH {
132128
text-align: right;
133129
}
134130

135-
UL.toc, OL.toc {
136-
list-style: disc; /* Mac NS has problem with 'none' */
137-
list-style: none;
138-
}
139131
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
140132
DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
141133
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}

0 commit comments

Comments
 (0)