1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit app.css/counter

This commit is contained in:
ruanyf 2014-05-14 12:54:53 +08:00
parent e76079b05b
commit 563c201fd1

View File

@ -174,7 +174,7 @@ body {
}
#content h2:before {
content: counters(section) ". ";
content: counter(section) ". ";
}
#content h3 {