Skip to content

Commit 0b73dc4

Browse files
Remove styles made obsolete by new W3C stylesheets (#8)
1 parent eb1fe1a commit 0b73dc4

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

index.html

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,7 @@
44
<meta charset=UTF-8>
55
<title>DOM Parsing and Serialization</title>
66
<style>
7-
/* Make these stand-out more... */
8-
.externalDFN {
9-
font-style: italic;
10-
background-color: #fff9d6;
11-
}
12-
/* Switch statement */
13-
dl.switch dt::before {
14-
content: "↪ ";
15-
margin-left: 1em;
16-
}
17-
/* Better spacing around various lists (implied paragraph children) */
18-
ol > li, section:not(#toc) ul > li, section dl > dt {
19-
margin: 1em 0;
20-
}
7+
/* make var stand out */
218
var { color: maroon; }
229
/* domintro styling */
2310
dl.domintro {
@@ -41,20 +28,6 @@
4128
padding: 2px;
4229
content: "This box is non-normative. Implementation requirements are given below this box.";
4330
}
44-
/* Fancy table stuff */
45-
table {
46-
border-collapse: collapse;
47-
}
48-
thead tr {
49-
border-bottom: 2px solid black;
50-
}
51-
tbody tr:not(:last-child) {
52-
border-bottom: 1px solid black;
53-
}
54-
td {
55-
border-left: 1px solid black;
56-
padding: 4px;
57-
}
5831
/* Extra IDL :-) */
5932
.extraidl {
6033
line-height: 120%;

0 commit comments

Comments
 (0)