From 9074bea234ebbcb11aed4b00a61fcefae83e47c3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 25 May 2017 22:33:01 -0400 Subject: [PATCH] Less unnecessary padding around functions. --- docs/_static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 5664a665f..b6b369860 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -335,7 +335,7 @@ span.pre { padding: 0 2px; } -dl.class, dl.function { +dl.class { margin-bottom: 50px; } @@ -347,10 +347,14 @@ dl.method > dt, dl.class > dt, dl.exception > dt { background-color: #f5f5f5; - margin: 25px 0 10px 0; padding: 1px 10px; } +dd { + margin-top: 10px; +} + + .container.operations { padding: 10px; border: 1px solid #ddd;