From: Michael Tremer Date: Mon, 12 Nov 2018 22:10:38 +0000 (+0000) Subject: wiki: CSS: Always enable blockquotes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86bcb97367ad417605bf83cc6b5bad74e83b72eb;p=ipfire.org.git wiki: CSS: Always enable blockquotes Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 2b0d281e..e6522a0a 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -271,6 +271,10 @@ section { padding: ($spacer * 2) 0 ($spacer * 2) 0; } + blockquote { + @extend .blockquote; + } + table { @extend .table; @extend .table-sm;