From: Michael Tremer Date: Fri, 6 Dec 2019 06:19:02 +0000 (+0000) Subject: wiki: Fix styling of footnotes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4023541478e512e2c950bf2f871c5faa0fe1d4dc;p=ipfire.org.git wiki: Fix styling of footnotes Signed-off-by: Michael Tremer --- 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 {