mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit app.css/counter
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ body {
|
||||
}
|
||||
|
||||
#content h2:before {
|
||||
content: counters(section) ". ";
|
||||
content: counter(section) ". ";
|
||||
}
|
||||
|
||||
#content h3 {
|
||||
|
||||
Reference in New Issue
Block a user