Add ability to include header without top navbar

This commit is contained in:
Ben Word
2012-05-09 01:28:39 -06:00
parent 7d2b3c1e07
commit f1ff5204a3
6 changed files with 47 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ body { }
#banner { }
/* Fixed Topbar Navigation */
body { padding-top: 60px; }
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }
@@ -94,7 +94,7 @@ ol.commentlist img.avatar { float: left; margin-right: 10px; }
@media (max-width: 979px) {
/* Fix top padding when using the responsive grid with the fixed topbar */
body {
body.top-navbar {
padding-top: 0;
}
}