From: Michael Tremer Date: Mon, 12 Nov 2018 22:09:24 +0000 (+0000) Subject: wiki: CSS: Always enable tables X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=612e0574d7b4a7dbc4091a1593b4f9b728b84510;p=ipfire.org.git wiki: CSS: Always enable tables Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 00b67750..2b0d281e 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -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 {