From a11a7f791ccca9162126f1d2ae824a9a3cf2ae43 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Sat, 5 Sep 2020 23:24:49 +1000 Subject: [PATCH] Numbering the footnotes --- themes/sandpoints/assets/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/sandpoints/assets/css/site.css b/themes/sandpoints/assets/css/site.css index d2e9046..ef3babf 100644 --- a/themes/sandpoints/assets/css/site.css +++ b/themes/sandpoints/assets/css/site.css @@ -514,6 +514,10 @@ li { list-style-type: "› "; } +li[role=doc-endnote] { + list-style-type: decimal; +} + img { width: 100%; }