Repair CSS problem exposed by recent Firefox update

This commit is contained in:
Tony Garnock-Jones 2020-12-28 21:52:47 +01:00
parent 2391722a25
commit ccf4f97ed8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ p, ul, table {
} }
body { body {
counter-reset: section 0 subsection 0 appendix 0; counter-set: section 0 subsection 0 appendix 0;
} }
h2:before, h3:before { h2:before, h3:before {
font-size: 75%; font-size: 75%;