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:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user