From f119a7c362586798dcce0d74bba3af9832abf2f0 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 25 Aug 2016 09:42:18 -0500 Subject: [PATCH] Only push the toc down, not the content the toc is on top when the header switches to two lines, so we only need to push that down. --- doc/librenms.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/librenms.css b/doc/librenms.css index fea7803bb8..ba686743f6 100644 --- a/doc/librenms.css +++ b/doc/librenms.css @@ -8,10 +8,9 @@ body { overflow-x: hidden !important; } -/* pushdown the content when the header flows to two lines */ -.navbar-fixed-top { - top: -70px; - position: relative; +/* push down the content when the header flows to two lines */ +.bs-sidebar { + margin-top: 45px; } /* hide the menu called hidden, used to generate unlinked docs */