]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #2617: add negative margin to fixed-bottom navbar
authorMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:38:13 +0000 (00:38 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:38:13 +0000 (00:38 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index d7ffa12717590f113183f504f793e3d8f3d22af5..743cd3fbdfb9e326e91f6a600df02bfd47670d84 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 14d7594d2db3eee175704a5479f61485580bc662..78ce60d7fc6840ca5b9baad3e3bb4d886ce0e2a2 100644 (file)
     padding-left: 20px;
     padding-right: 20px;
   }
-  .navbar-fixed-top {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
     margin-left: -20px;
     margin-right: -20px;
   }
index 6f54f8880b60c4f78089699abe451e9c149bed73..bb4a449f8afbb55b5dc353c2f03d93d60bf19940 100644 (file)
@@ -75,7 +75,8 @@
     padding-left: 20px;
     padding-right: 20px;
   }
-  .navbar-fixed-top {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
     margin-left: -20px;
     margin-right: -20px;
   }