From 563c201fd149bad647c3040fa788199b7580dd2b Mon Sep 17 00:00:00 2001 From: ruanyf Date: Wed, 14 May 2014 12:54:53 +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 d77e4f4..95f696e 100644 --- a/css/app.css +++ b/css/app.css @@ -174,7 +174,7 @@ body { } #content h2:before { - content: counters(section) ". "; + content: counter(section) ". "; } #content h3 {