summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 04:25:58 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 04:25:58 +0200
commit2ecf693a9ed2cf0aff3645ddf0fa6c0800bb27e3 (patch)
treeb7f96b259bacaf0c91bc468dbd8cd4fbe189d5ec
parent58c0b9de04d48949e5625cf5a98ee52e2704d71c (diff)
fixed subsection counter
-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;