From 436faa9ac2065fd1606c74b1117cf66532b1a7b6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 19 Oct 2021 17:21:47 +0100 Subject: [PATCH] remove counter headings css --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 454e0f7e0..50eea2609 100644 --- a/local.css +++ b/local.css @@ -21,7 +21,7 @@ table th { border-color: #4A90E2; } -/* Counter Headings Local */ +/* Counter Headings Local body { counter-reset : h1; } @@ -80,6 +80,7 @@ h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.n content : ""; counter-increment : none; } +*/ table { margin-left: 35px; -- 2.30.2