From 5dfcf24b85567dd6c75766edf1757fa4d5f33a68 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 May 2014 19:06:30 -0400 Subject: [PATCH] - add some more height here so that anchors come out --- doc/build/static/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 3bb77acc41..99858b4299 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -214,8 +214,8 @@ a.headerlink:hover { #docs-container.preautomated div.section:before { content: " "; display: block; - height:100px; - margin-top: -100px; + height:120px; + margin-top: -120px; visibility: hidden; } -- 2.47.3