diff --git a/fugitive.css b/fugitive.css index d26a304..e086678 100644 --- a/fugitive.css +++ b/fugitive.css @@ -99,11 +99,11 @@ article > div h2 { font-size: 1.4em; font-weight: normal; counter-increment: section; + counter-reset: subsection; } article > div h2:before { display: inline; content: counter(section) ". "; - counter-reset: subsection; } article > div h3 { margin: 1em 0 0.5em 0;