From dd11b1f54cd6d0c8cdde3d0bccb137d29bd4fb9e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 15 May 2017 01:42:30 -0400 Subject: [PATCH] Make buttons in the sidebar not so sticky looking. --- docs/_static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 9f0a68145..3586614da 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -123,6 +123,7 @@ div.sphinxsidebar input { border: 1px solid #ccc; font-family: sans-serif; font-size: 1em; + margin-top: 10px; } /* -- body styles --------------------------------------------------------- */