From: M. Taylor Saotome-Westlake Date: Sun, 12 Jan 2020 07:05:49 +0000 (-0800) Subject: Markdown footnote styling! X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=3eb6f065d4005a2e7cd42cfa455bcdec23c2ab79;ds=sidebyside 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! --- 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%; +}