intermediate step for #28: revert bootstrap template, but ensuring that

the navbar does not overlap by removing its float on top property.
bootstrap-compact is now the template with the floating & always visible
navbar.
This commit is contained in:
El RIDO 2015-09-18 09:31:17 +02:00
parent e04e75adf3
commit 9274564162
3 changed files with 23 additions and 24 deletions

View file

@ -2,7 +2,11 @@
body {
padding: 70px 0 30px 0;
padding: 0 0 30px;
}
body.navbar-spacing {
padding-top: 70px;
}
.navbar-nav {