Merge pull request #9078 from demarches-simplifiees/fix-css-counter-reset-for-firefox
Corrige un bug de numérotation automatique sur Firefox
This commit is contained in:
commit
3627d7cae1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.counter-start-header-section {
|
||||
counter-reset: h2 h3 h4 h5 h6 h7;
|
||||
counter-reset: h2;
|
||||
|
||||
.reset-h2 {
|
||||
counter-reset: h3;
|
||||
|
|
Loading…
Add table
Reference in a new issue