Skip to content

Commit 4e5c48a

Browse files
committed
[css2] Removed spoace from H1: before
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401092
1 parent 090c090 commit 4e5c48a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/generate.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ is 0.
415415
"Chapter 1", "1.1", "1.2", etc.
416416

417417
<pre>
418-
H1: before {
418+
H1:before {
419419
content: "Chapter " counter(chapter) ". "
420420
counter-increment: chapter; /* Add 1 to chapter */
421421
counter-reset: section; /* Set section to 0 */

0 commit comments

Comments
 (0)