From e76079b05b5c754903cc7420b761806da07fbf0b Mon Sep 17 00:00:00 2001 From: ruanyf Date: Wed, 14 May 2014 12:52:15 +0800 Subject: [PATCH] edit app.css/counter --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 51d57f1..d77e4f4 100644 --- a/css/app.css +++ b/css/app.css @@ -174,7 +174,7 @@ body { } #content h2:before { - content: counters(section, ".") " "; + content: counters(section) ". "; } #content h3 {