aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-09-22 03:11:37 -0400
committerRapptz <[email protected]>2017-09-22 03:11:37 -0400
commit54f2c71e71f20bdc18231eed2083f1464b499764 (patch)
tree780a42dbdbd0cbcf39527e334255cbba3cdf1627 /docs/_static
parentProperly handle cases where a category is removed. (diff)
downloaddiscord.py-54f2c71e71f20bdc18231eed2083f1464b499764.tar.xz
discord.py-54f2c71e71f20bdc18231eed2083f1464b499764.zip
Fix margins on <p> tags.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css4
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 */