Static top navbar instead of fixed

This change allows us to simplify the code in both
app.css and cleanup.php
This commit is contained in:
Ben Word
2013-02-09 17:41:45 -06:00
parent 3875728c32
commit 8ba19a0155
4 changed files with 6 additions and 19 deletions

View File

@@ -12,10 +12,6 @@ body { }
.banner { }
/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }
/* ==========================================================================
@@ -78,9 +74,6 @@ figure.alignnone { margin-left: 0; margin-right: 0; }
Media Queries
========================================================================== */
@media (max-width: 979px) {
/* Fix top padding when using the responsive grid with the fixed topbar */
body.top-navbar {
padding-top: 0;
}
}
@media (max-width: 767px) {
}