From b4780a9c1297d7cd25517ffa70ba4b1619707954 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 29 Apr 2020 09:38:39 +1200 Subject: [PATCH] Ensure ordered list item counters are whitespace seperated. --- useragent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useragent.css b/useragent.css index 49bcfc3..34ad72f 100644 --- a/useragent.css +++ b/useragent.css @@ -66,7 +66,7 @@ li li li li li li, dd dd dd dd dd dt, dd dd dd dd dd dd { ol {counter-reset: -rhaps-ol} ol li::before { counter-increment: -rhaps-ol; - content: counters(-rhaps-ol, ' ') + content: counters(-rhaps-ol, " ") " "; } ul, ol {-rhaps-marker: -rhaps-section} -- 2.30.2