File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset =UTF-8 >
5
5
< title > DOM Parsing and Serialization</ title >
6
6
< 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 */
21
8
var { color : maroon; }
22
9
/* domintro styling */
23
10
dl .domintro {
41
28
padding : 2px ;
42
29
content : "This box is non-normative. Implementation requirements are given below this box." ;
43
30
}
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
- }
58
31
/* Extra IDL :-) */
59
32
.extraidl {
60
33
line-height : 120% ;
You can’t perform that action at this time.
0 commit comments