diff options
| author | Rapptz <[email protected]> | 2019-03-12 01:07:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-12 01:15:24 -0400 |
| commit | 13b23963ec626f549852a71180d9ee193e73e611 (patch) | |
| tree | bbbc1b2d0916a284319b2efa38259ed3c0d22a5f /docs/_static | |
| parent | Revert default parameter use_cached of Attachment.save back to False. (diff) | |
| download | discord.py-13b23963ec626f549852a71180d9ee193e73e611.tar.xz discord.py-13b23963ec626f549852a71180d9ee193e73e611.zip | |
Add exception hierarchy to the documentation.
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 6073b370..81166de4 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -322,6 +322,21 @@ div.helpful > p.admonition-title:after { content: unset; } +/* exception hierarchy */ + +.exception-hierarchy-content dd, +.exception-hierarchy-content dl { + margin: 0px 2px; +} + +.exception-hierarchy-content { + margin-left: 0.5em; +} + +.exception-hierarchy-content ul { + list-style: 'ยป' !important; +} + pre { background-color: #f5f5f5; border: 1px solid #C6C9CB; |