Commit 8a5dde55 authored by Mark Otto's avatar Mark Otto

fixes #4644: ensure new static navbar negative indents on responsive layouts like fixed navbars

parent 1c9d5c43
...@@ -780,7 +780,8 @@ ...@@ -780,7 +780,8 @@
padding-left: 20px; padding-left: 20px;
} }
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom,
.navbar-static-top {
margin-right: -20px; margin-right: -20px;
margin-left: -20px; margin-left: -20px;
} }
......
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
} }
// Negative indent the now static "fixed" navbar // Negative indent the now static "fixed" navbar
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom,
.navbar-static-top {
margin-left: -20px; margin-left: -20px;
margin-right: -20px; margin-right: -20px;
} }
......
Markdown is supported
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