From 7ec8c05bb43057f56f2ebee79c39f87c7f7126e6 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 18 Feb 2026 16:42:20 -0600 Subject: [PATCH] slightly tweak footnote refs, and actually style footnotes Signed-off-by: Brian S. Stephan --- incorporealcms/static/css/base.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 1df38eb..0ea1daf 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -164,14 +164,19 @@ figcaption { font-size: 0.9em; } -.footnote { +div.content .footnote { font-size: 0.8em; } -.footnote p { +div.content .footnote p { margin: 0; } .footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active { font-weight: normal; } + +.footnote-ref { + font-size: 0.75em; + margin-left: 1px; +}