From c6e16290118ef93e5454554a3e77651ccb895fbb Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 12 May 2017 22:45:27 -0400 Subject: Make images in the discord intro have consistent dimensions. --- docs/_static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/_static/style.css') 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; } -- cgit v1.2.3