diff options
| author | Rapptz <[email protected]> | 2017-05-31 14:50:31 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-31 14:50:31 -0400 |
| commit | fb7689f8eabebea54b11774c5d9d93358952955a (patch) | |
| tree | b6be4bf49d0e3f6044c40ee3889af053be136953 /docs/_static | |
| parent | Support for sending a nonce. (diff) | |
| download | discord.py-fb7689f8eabebea54b11774c5d9d93358952955a.tar.xz discord.py-fb7689f8eabebea54b11774c5d9d93358952955a.zip | |
Add some margin for supported operations sections.
Diffstat (limited to 'docs/_static')
| -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 b6b36986..65fe9ca3 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -358,6 +358,7 @@ dd { .container.operations { padding: 10px; border: 1px solid #ddd; + margin-bottom: 20px; } .container.operations::before { |