From e895bb313db23e4e647b082a5b5d04ea585f3fda Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 7 Jul 2019 13:27:20 +0200 Subject: adding a few classes and some settings to allow us to build a beautiful resources page in the wiki --- pydis_site/settings.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pydis_site/settings.py') diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 29f599bf..98bbd4f8 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -316,3 +316,12 @@ WIKI_MESSAGE_TAG_CSS_CLASS = { messages.SUCCESS: "is-success", messages.WARNING: "is-warning", } + +WIKI_MARKDOWN_HTML_STYLES = [ + 'max-width', + 'min-width', + 'margin', + 'padding', + 'width', + 'height', +] -- cgit v1.2.3