From 63d966f019f1ece69b9fe6b26a08f948ee3ec980 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 15 Apr 2020 21:10:02 +0800 Subject: [PATCH] theme: make paragraphs in footnotes not on new lines --- theme/default/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 683a299..45064bd 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -141,6 +141,10 @@ blockquote { margin-left: 0; } +.footnote-definition p { + display: inline-block; +} + /* Footer -- Not needed on desktop */ .footer { display: none;