]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed navbars fixings
authorMark Otto <otto@github.com>
Sun, 13 Jan 2013 03:44:51 +0000 (19:44 -0800)
committerMark Otto <otto@github.com>
Sun, 13 Jan 2013 03:44:51 +0000 (19:44 -0800)
docs/assets/css/bootstrap.css
less/navbar.less

index 39823abee951c09992a116c15c971dc4cb737830..d6133e6182a4f18bae6959c5f85bef648c2a2f24 100644 (file)
@@ -3223,17 +3223,10 @@ fieldset[disabled] .btn-link:hover {
   right: 0;
   left: 0;
   z-index: 1030;
-  padding-right: 0;
-  padding-left: 0;
   margin-bottom: 0;
-  border-width: 0 0 1px;
   border-radius: 0;
 }
 
-.navbar-fixed-bottom {
-  border-width: 1px 0 0;
-}
-
 .navbar-static-top .container,
 .navbar-fixed-top .container,
 .navbar-fixed-bottom .container {
index 19d8705f1640b79d79d3ba624659c8475867b154..2894c92bc83449ce9f42284c4e5575aaae4c09d6 100644 (file)
   left: 0;
   z-index: @zindex-navbar-fixed;
   margin-bottom: 0; // remove 18px margin for default navbar
-  border-width: 0 0 1px;
-  padding-left:  0;
-  padding-right: 0;
   border-radius: 0;
 }
-.navbar-fixed-bottom {
-  border-width: 1px 0 0;
-}
 
 // Reset container width
 // Required here as we reset the width earlier on and the grid mixins don't override early enough