]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
delete lingering navbar dividers code since we nuked that awhile back
authorMark Otto <otto@github.com>
Fri, 3 May 2013 05:58:30 +0000 (22:58 -0700)
committerMark Otto <otto@github.com>
Fri, 3 May 2013 05:58:30 +0000 (22:58 -0700)
less/navbar.less

index e5e3acd5942086c363ce46c450574437bfb56850..88cb33bce33c9e0ec51722cd5da8548bbb410b91 100644 (file)
     }
   }
 
-  // Dividers go vertical
-  // Change the height and height, disable bottom border, then add right border
-  .navbar .nav > .divider {
-    width: 1px;
-    height: (@navbar-height * .6);
-    margin: (@navbar-height * .2) 9px;
-    border-bottom: 0;
-    border-right: 1px solid lighten(@navbar-bg, 5%);
-  }
-  // Since we override the border, we need to specify it again for inverted navbars
-  .navbar-inverse .nav > .divider {
-    border-right-color: lighten(@navbar-inverse-bg, 5%);
-  }
-
   // Required to make the collapsing navbar work on regular desktops
   .navbar-toggle {
     position: relative;