From 39e15ac76029ca65d01a106d162afa2c49ffbc16 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 May 2014 15:38:17 -0400 Subject: [PATCH] more --- doc/build/static/docs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 07b87274d6..cc221f6193 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -237,20 +237,21 @@ a.headerlink:hover { #docs-sidebar { padding: 0px 0 0 15px; - top: 150px; + top: 140px; bottom: 0; min-height: 0; overflow-y: auto; + margin-top:10px; } #docs-sidebar-popout { height:120px; max-height: 120px; - position:absolute; } -#fixed-sidebar.preautomated #docs-sidebar { +#fixed-sidebar.preautomated #docs-sidebar, +#fixed-sidebar.preautomated #docs-sidebar-popout { position:absolute; } -- 2.47.3