aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-25 22:33:01 -0400
committerRapptz <[email protected]>2017-05-25 22:33:01 -0400
commit9074bea234ebbcb11aed4b00a61fcefae83e47c3 (patch)
tree74356af9a6e6a11af028eb266a383b981bfee43e /docs/_static
parentLog when a KeyboardInterrupt is met in Client.run (diff)
downloaddiscord.py-9074bea234ebbcb11aed4b00a61fcefae83e47c3.tar.xz
discord.py-9074bea234ebbcb11aed4b00a61fcefae83e47c3.zip
Less unnecessary padding around functions.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 5664a665..b6b36986 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -335,7 +335,7 @@ span.pre {
padding: 0 2px;
}
-dl.class, dl.function {
+dl.class {
margin-bottom: 50px;
}
@@ -347,10 +347,14 @@ dl.method > dt,
dl.class > dt,
dl.exception > dt {
background-color: #f5f5f5;
- margin: 25px 0 10px 0;
padding: 1px 10px;
}
+dd {
+ margin-top: 10px;
+}
+
+
.container.operations {
padding: 10px;
border: 1px solid #ddd;