Commit 1ea09b75 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5163: add new var for navbar collapse's default view, use that in responsive navbar css

parent 6e25aacc
Showing with 2 additions and 1 deletion
+2 -1
......@@ -166,7 +166,7 @@
// DEFAULT DESKTOP
// ---------------
@media (min-width: 980px) {
@media (min-width: @navbarCollapseDesktopWidth) {
// Required to make the collapsing navbar work on regular desktops
.nav-collapse.collapse {
......
......@@ -157,6 +157,7 @@
// Navbar
// -------------------------
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 40px;
@navbarBackgroundHighlight: #ffffff;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment