]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4644: ensure new static navbar negative indents on responsive layouts like...
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 18:05:01 +0000 (11:05 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 18:05:01 +0000 (11:05 -0700)
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index 3b0efb1aca605167a40555897d54c8fd31273590..07542e249a2c916e08934287310fc172cd95852d 100644 (file)
     padding-left: 20px;
   }
   .navbar-fixed-top,
-  .navbar-fixed-bottom {
+  .navbar-fixed-bottom,
+  .navbar-static-top {
     margin-right: -20px;
     margin-left: -20px;
   }
index b2e3da25c03c9120637a38fbcbcb0ec5ed9f8fda..41207a203b53d93a948104e74d10ddb3e69c43fd 100644 (file)
@@ -12,7 +12,8 @@
   }
   // Negative indent the now static "fixed" navbar
   .navbar-fixed-top,
-  .navbar-fixed-bottom {
+  .navbar-fixed-bottom,
+  .navbar-static-top {
     margin-left: -20px;
     margin-right: -20px;
   }