fix css counter-reset bug with firefox
This commit is contained in:
parent
3620cbadda
commit
3c7e280027
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.counter-start-header-section {
|
.counter-start-header-section {
|
||||||
counter-reset: h2 h3 h4 h5 h6 h7;
|
counter-reset: h2;
|
||||||
|
|
||||||
.reset-h2 {
|
.reset-h2 {
|
||||||
counter-reset: h3;
|
counter-reset: h3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue