Merge pull request #4205 from murrant/toc-pushdown

This commit is contained in:
Neil Lathwood 2016-08-25 18:56:59 +01:00 committed by GitHub
commit 7fffcf3792
1 changed files with 3 additions and 4 deletions

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