Skip to content

Commit 55fe378

Browse files
committed
Initialize the issue counter on body so things numbers correctly.
1 parent 8e93b4b commit 55fe378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-module/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/* html body { margin-left: 8.5em } /* Overrides 70px in base.css */
3333

34-
body {counter-reset: exampleno figure; max-width: 50em; margin: 0 auto !important; color: #444; }
34+
body {counter-reset: exampleno figure issue; max-width: 50em; margin: 0 auto !important; color: #444; }
3535

3636
/* Pagination */
3737
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit }

0 commit comments

Comments
 (0)