File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
h2 , h3 , h5 , h6 {
26
26
margin-top : 3em ;
27
27
}
28
- h4
28
+ h4 {
29
29
margin-top : 4em ;
30
30
}
31
31
206
206
color : inherit;
207
207
background : transparent;
208
208
}
209
-
209
+
210
210
/** Inline CSS fragments ******************************************************/
211
211
212
212
.css , .property , .descriptor {
213
213
color : # 005a9c ; font : inherit;
214
214
}
215
215
.property , .descriptor {
216
216
/* Don't wrap property and descriptor names */
217
- white-space : nowrap;
217
+ white-space : nowrap;
218
218
}
219
219
.type { /* CSS value <type> */
220
220
font-style : italic;
320
320
dfn > a .self-link : hover {
321
321
color : black;
322
322
}
323
-
323
+
324
324
a .self-link ::before { content : "¶" ; }
325
325
.heading > a .self-link ::before { content : "§" ; }
326
326
dfn > a .self-link ::before { content : "#" ; }
447
447
background : # E9FBE9 ;
448
448
display : block;
449
449
}
450
-
450
+
451
451
details .why > summary {
452
452
font-style : italic;
453
453
display : block;
454
454
}
455
-
455
+
456
456
details .why [open ] > summary {
457
457
border-bottom : 1px silver solid;
458
458
}
689
689
ul.toc li li li, ul.toc li li li ul {margin-left: 0; display: inline}
690
690
ul.toc li li li ul, ul.toc li li li ul li {margin-left: 0; display: inline}
691
691
*/
692
-
692
+
693
693
/* Section numbers in a column of their own */
694
694
ul .toc {
695
695
margin-left : 5em
755
755
text-align : left;
756
756
margin : 1em 0 ;
757
757
}
758
-
758
+
759
759
table .proptable td ,
760
760
table .proptable th {
761
761
padding : 0.4em ;
762
762
text-align : center;
763
763
}
764
-
764
+
765
765
table .proptable tr : hover td {
766
766
background : # DEF ;
767
767
}
You can’t perform that action at this time.
0 commit comments