counter-reset fixed

This commit is contained in:
Marcell Mars 2020-12-07 13:47:34 +01:00
parent 60aec2a7d7
commit b3fede2839
2 changed files with 2 additions and 6 deletions

View file

@ -537,11 +537,7 @@ h2+p:first-letter {
} }
body { body {
counter-reset: h2 counter-reset: h2 glossN;
}
body {
counter-reset: glossN
} }
h2 { h2 {

File diff suppressed because one or more lines are too long