diff options
| author | Rapptz <[email protected]> | 2017-09-22 03:11:37 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-09-22 03:11:37 -0400 |
| commit | 54f2c71e71f20bdc18231eed2083f1464b499764 (patch) | |
| tree | 780a42dbdbd0cbcf39527e334255cbba3cdf1627 /docs/_static | |
| parent | Properly handle cases where a category is removed. (diff) | |
| download | discord.py-54f2c71e71f20bdc18231eed2083f1464b499764.tar.xz discord.py-54f2c71e71f20bdc18231eed2083f1464b499764.zip | |
Fix margins on <p> tags.
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index ae010c11..16067d11 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -17,6 +17,10 @@ body { padding: 0; } +p { + margin-bottom: 8px; +} + div.document { margin: 10px auto 0 auto; max-width: 940px; /* page width */ |