diff options
| author | Rapptz <[email protected]> | 2017-05-25 22:33:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-25 22:33:01 -0400 |
| commit | 9074bea234ebbcb11aed4b00a61fcefae83e47c3 (patch) | |
| tree | 74356af9a6e6a11af028eb266a383b981bfee43e /docs/_static | |
| parent | Log when a KeyboardInterrupt is met in Client.run (diff) | |
| download | discord.py-9074bea234ebbcb11aed4b00a61fcefae83e47c3.tar.xz discord.py-9074bea234ebbcb11aed4b00a61fcefae83e47c3.zip | |
Less unnecessary padding around functions.
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 8 |
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; |