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.
This commit is contained in:
Tony Murray
2016-08-25 09:42:18 -05:00
parent 63cdd8210d
commit f119a7c362

View File

@@ -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 */