aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 83540b63..5f2ea405 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -47,8 +47,10 @@ div#welcome-to-discord-py > h1 {
/* no disgusting background in FAQ */
div.topic {
background-color: transparent;
+ border: none;
}
-div.topic {
- border: none;
+/* give images some breathing room */
+img {
+ padding-bottom: 10px;
}