From 3eb6f065d4005a2e7cd42cfa455bcdec23c2ab79 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Sat, 11 Jan 2020 23:05:49 -0800 Subject: [PATCH] Markdown footnote styling! To think that I checked in that special footnotes plugin (2980fe3c "not thinking in nested parentheticals vs. installing a footnote plugin", 19 Feb 2018), when it turns out that footnote capability was part of Markdown itself all along! --- theme/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 6586dfe..8531a76 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -364,3 +364,7 @@ span.photo-credit { p.flower-break { text-align: center; } + +.footnote { + font-size: 85%; +} -- 2.17.1