Skip to content

Commit c376628

Browse files
stefan-niedermannsvgeesus
authored andcommitted
[css-color-5] Fix missing space between example title and counter
1 parent 349a54a commit c376628

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-color-5/PDFium.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
}
119119
.invalid.example:not(.no-marker)::before,
120120
.illegal.example:not(.no-marker)::before {
121-
content: "Invalid Example" counter(example);
121+
content: "Invalid Example " counter(example);
122122
}
123123

124124
figcaption {
@@ -402,4 +402,4 @@ <h1>PDFium CMYK to sRGB</h1>
402402
</tr>
403403
</table>
404404
</figcaption>
405-
</figure>
405+
</figure>

0 commit comments

Comments
 (0)