From c2a9e95a37cf7f3fcecf223e012eacc45c562f55 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 5 May 2014 12:40:48 -0500 Subject: [PATCH] Make sure anchors are not obscured by the header --- apidoc/template/static/styles/ol.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apidoc/template/static/styles/ol.css b/apidoc/template/static/styles/ol.css index 418fdef48a..415e7d0257 100644 --- a/apidoc/template/static/styles/ol.css +++ b/apidoc/template/static/styles/ol.css @@ -1,3 +1,9 @@ +.name { + padding-top: 50px; + margin-top: -50px; + display: inline-block; /* required for webkit browsers */ +} + a:visited { color: #08c; }