]> git.ipfire.org Git - ipfire.org.git/commitdiff
wiki: Fix styling of footnotes
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2019 06:19:02 +0000 (06:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2019 06:19:02 +0000 (06:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index fac51312a259ad00f63e91279c25cfa361156056..05ac5e0023a3425f6ffd999723af3978172002c0 100644 (file)
@@ -333,6 +333,20 @@ section {
                        }
                }
        }
+
+       .footnote {
+               font-size: $small-font-size;
+
+               ol {
+                       margin-bottom: 0;
+
+                       li {
+                               p {
+                                       margin-bottom: 0;
+                               }
+                       }
+               }
+       }
 }
 
 #preview {