diff options
author | Peter Cai <[email protected]> | 2020-04-15 21:10:02 +0800 |
---|---|---|
committer | Peter Cai <[email protected]> | 2020-04-15 21:10:02 +0800 |
commit | 63d966f019f1ece69b9fe6b26a08f948ee3ec980 (patch) | |
tree | 88577229284b5a783a6334bb7f170ee09c1d5030 | |
parent | 3a1520f0dbe57310a27e0687beec8d8ec18a98d7 (diff) | |
download | paprika-63d966f019f1ece69b9fe6b26a08f948ee3ec980.tar.gz |
theme: make paragraphs in footnotes not on new lines
-rw-r--r-- | theme/default/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |