From 2ecf693a9ed2cf0aff3645ddf0fa6c0800bb27e3 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 24 Jul 2010 04:25:58 +0200 Subject: fixed subsection counter --- fugitive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3