aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-31 19:11:19 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-31 19:11:19 -0400
commitf7a636031368da68356258ef10f6d322f4340caf (patch)
tree07518a9a0254fbe66eee0071b5a962a3165fdfd3 /public
parent30e9489b68540678ffeda38773e41429a0bb16f5 (diff)
downloadthedroneely.com-f7a636031368da68356258ef10f6d322f4340caf.tar.gz
thedroneely.com-f7a636031368da68356258ef10f6d322f4340caf.tar.bz2
thedroneely.com-f7a636031368da68356258ef10f6d322f4340caf.zip
public/css/tdro: Remove circles from article reference list counter
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css5
1 files changed, 5 insertions, 0 deletions
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;