From 4023541478e512e2c950bf2f871c5faa0fe1d4dc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Dec 2019 06:19:02 +0000 Subject: [PATCH] wiki: Fix styling of footnotes Signed-off-by: Michael Tremer --- src/scss/style.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/scss/style.scss b/src/scss/style.scss index fac51312..05ac5e00 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -333,6 +333,20 @@ section { } } } + + .footnote { + font-size: $small-font-size; + + ol { + margin-bottom: 0; + + li { + p { + margin-bottom: 0; + } + } + } + } } #preview { -- 2.47.3