summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fugitive.css2
1 files changed, 1 insertions, 1 deletions
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;