aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-03-12 01:07:47 -0400
committerRapptz <[email protected]>2019-03-12 01:15:24 -0400
commit13b23963ec626f549852a71180d9ee193e73e611 (patch)
treebbbc1b2d0916a284319b2efa38259ed3c0d22a5f /docs/_static
parentRevert default parameter use_cached of Attachment.save back to False. (diff)
downloaddiscord.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.css15
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;