From 2773ac926a7ce939014eaeab9d98099ec8de78cb Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 22 Apr 2015 19:23:42 +0200 Subject: [PATCH] Fix footnotes line-height and return-link styling --- assets/css/screen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 927ca61..08b5f09 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1104,6 +1104,7 @@ body:not(.post-template) .post-title { .footnotes { font-style: italic; font-size: 1.3rem; + line-height: 1.6em; } .footnotes li { @@ -1114,6 +1115,10 @@ body:not(.post-template) .post-title { margin: 0; } +.footnotes p a:last-child { + text-decoration: none; +} + /* The author credit area after the post */ .post-footer {