diff options
author | 2019-07-07 13:27:20 +0200 | |
---|---|---|
committer | 2019-07-07 13:27:20 +0200 | |
commit | e895bb313db23e4e647b082a5b5d04ea585f3fda (patch) | |
tree | c24720ccbd1243fe35fd3e6ae7f05b0f87396a60 /pydis_site/settings.py | |
parent | Navbar dropdown should not be hidden behind wiki nav (diff) |
adding a few classes and some settings to allow us to build a beautiful resources page in the wiki
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 9 |
1 files changed, 9 insertions, 0 deletions
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', +] |