diff options
| author | Rapptz <[email protected]> | 2017-05-15 01:42:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-15 01:42:30 -0400 |
| commit | dd11b1f54cd6d0c8cdde3d0bccb137d29bd4fb9e (patch) | |
| tree | 71169a3328e6315e56c9c08a087ba62915e57387 /docs/_static/style.css | |
| parent | Completely new theme separate from alabaster. (diff) | |
| download | discord.py-dd11b1f54cd6d0c8cdde3d0bccb137d29bd4fb9e.tar.xz discord.py-dd11b1f54cd6d0c8cdde3d0bccb137d29bd4fb9e.zip | |
Make buttons in the sidebar not so sticky looking.
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 9f0a6814..3586614d 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -123,6 +123,7 @@ div.sphinxsidebar input { border: 1px solid #ccc; font-family: sans-serif; font-size: 1em; + margin-top: 10px; } /* -- body styles --------------------------------------------------------- */ |