]> git.ipfire.org Git - ipfire.org.git/commitdiff
wiki: CSS: Always enable tables
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 22:09:24 +0000 (22:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 22:09:24 +0000 (22:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 00b67750bbbad420527bd396e6401861f1a9650c..2b0d281e3202a7aa761ec64ddc75125d2cb166e5 100644 (file)
@@ -270,6 +270,11 @@ section {
                // Add some extra margin to the top & bottom
                padding: ($spacer * 2) 0 ($spacer * 2) 0;
        }
+
+       table {
+               @extend .table;
+               @extend .table-sm;
+       }
 }
 
 hr.divider {