From 3a16cdb0c84d2dfd49876ea5f1a296c92da41067 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 25 Nov 2019 00:14:31 +0100 Subject: [PATCH] Add styling for footnotes. --- static/assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/assets/style.css b/static/assets/style.css index 14d920e..f2af9e6 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -105,3 +105,8 @@ div.admonitionblock td border-left: solid; padding-left: 0.5em; } + +#footnotes +{ + margin-top: 2em; +}