From ccf4f97ed8c6193b9ac743b5ef388c28c7ac1c7b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 28 Dec 2020 21:52:47 +0100 Subject: [PATCH] Repair CSS problem exposed by recent Firefox update --- preserves.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preserves.css b/preserves.css index da64c0c..cef042b 100644 --- a/preserves.css +++ b/preserves.css @@ -27,7 +27,7 @@ p, ul, table { } body { - counter-reset: section 0 subsection 0 appendix 0; + counter-set: section 0 subsection 0 appendix 0; } h2:before, h3:before { font-size: 75%;