]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
none of that
authorMark Otto <otto@github.com>
Thu, 28 Mar 2013 08:12:07 +0000 (01:12 -0700)
committerMark Otto <otto@github.com>
Thu, 28 Mar 2013 08:12:07 +0000 (01:12 -0700)
less/navbar.less

index 75ad2cb99ba6fae47f8a1a01b6c4c54b0fec2fde..ad0a6f386cba7569fec5abe650c091b1da5b3414 100644 (file)
@@ -58,7 +58,6 @@
 
 // Fix the top/bottom navbars when screen real estate supports it
 .navbar-fixed-top,
-.navbar-fixed-left,
 .navbar-fixed-bottom {
   position: fixed;
   right: 0;
 .navbar-fixed-top    { top: 0; }
 .navbar-fixed-bottom { bottom: 0; }
 
-// Fixed left
-.navbar-fixed-left {
-  top: 0;
-  right: auto;
-  bottom: 0;
-}
-.navbar-fixed-left .container {
-  max-width: none;
-}
-
 
 
 //