Skip to content

Commit ad2d62b

Browse files
committed
[csswg] Typo
1 parent 408a81a commit ad2d62b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

default.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
h2, h3, h5, h6 {
2626
margin-top: 3em;
2727
}
28-
h4
28+
h4 {
2929
margin-top: 4em;
3030
}
3131

@@ -206,15 +206,15 @@
206206
color:inherit;
207207
background:transparent;
208208
}
209-
209+
210210
/** Inline CSS fragments ******************************************************/
211211

212212
.css, .property, .descriptor {
213213
color: #005a9c; font: inherit;
214214
}
215215
.property, .descriptor {
216216
/* Don't wrap property and descriptor names */
217-
white-space: nowrap;
217+
white-space: nowrap;
218218
}
219219
.type { /* CSS value <type> */
220220
font-style: italic;
@@ -320,7 +320,7 @@
320320
dfn > a.self-link:hover {
321321
color: black;
322322
}
323-
323+
324324
a.self-link::before { content: "¶"; }
325325
.heading > a.self-link::before { content: "§"; }
326326
dfn > a.self-link::before { content: "#"; }
@@ -447,12 +447,12 @@
447447
background: #E9FBE9;
448448
display: block;
449449
}
450-
450+
451451
details.why > summary {
452452
font-style: italic;
453453
display: block;
454454
}
455-
455+
456456
details.why[open] > summary {
457457
border-bottom: 1px silver solid;
458458
}
@@ -689,7 +689,7 @@
689689
ul.toc li li li, ul.toc li li li ul {margin-left: 0; display: inline}
690690
ul.toc li li li ul, ul.toc li li li ul li {margin-left: 0; display: inline}
691691
*/
692-
692+
693693
/* Section numbers in a column of their own */
694694
ul.toc {
695695
margin-left: 5em
@@ -755,13 +755,13 @@
755755
text-align: left;
756756
margin: 1em 0;
757757
}
758-
758+
759759
table.proptable td,
760760
table.proptable th {
761761
padding: 0.4em;
762762
text-align: center;
763763
}
764-
764+
765765
table.proptable tr:hover td {
766766
background: #DEF;
767767
}

0 commit comments

Comments
 (0)