Skip to content

Commit

Permalink
[css-color-5] Fix missing space between example title and counter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann authored and svgeesus committed Oct 23, 2023
1 parent 349a54a commit c376628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-color-5/PDFium.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
}
.invalid.example:not(.no-marker)::before,
.illegal.example:not(.no-marker)::before {
content: "Invalid Example" counter(example);
content: "Invalid Example " counter(example);
}

figcaption {
Expand Down Expand Up @@ -402,4 +402,4 @@ <h1>PDFium CMYK to sRGB</h1>
</tr>
</table>
</figcaption>
</figure>
</figure>

0 comments on commit c376628

Please sign in to comment.