From f7a636031368da68356258ef10f6d322f4340caf Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 31 Aug 2022 19:11:19 -0400 Subject: public/css/tdro: Remove circles from article reference list counter --- public/css/tdro.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index 6efb2a0..ea7685f 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -355,6 +355,11 @@ ol:not(:last-child) { margin-bottom: 1.5rem; } +article-references ol li:before { + border: none; + content: counter(ol) "."; +} + body { font-size: 1rem; font-weight: 400; -- cgit v1.2.3