Markdown footnote styling!
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 12 Jan 2020 07:05:49 +0000 (23:05 -0800)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 12 Jan 2020 07:05:49 +0000 (23:05 -0800)
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

index 6586dfe..8531a76 100644 (file)
@@ -364,3 +364,7 @@ span.photo-credit {
 p.flower-break {
     text-align: center;
 }
+
+.footnote {
+    font-size: 85%;
+}