From acc68963938619f535720d389e69bfc4ace3879c Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 23 Mar 2015 12:21:28 +0200 Subject: [PATCH] Style footnotes Fixes #187 --- assets/css/screen.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 49d2776..08d5140 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1092,6 +1092,20 @@ body:not(.post-template) .post-title { transform: translateX(-50%); } +.footnotes { + font-style: italic; + font-size: 1.3rem; +} + +.footnotes li { + margin: 0.6rem 0; +} + +.footnotes p { + margin: 0; +} + + /* The author credit area after the post */ .post-footer { position: relative;