aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-02 22:58:30 -0700
committerMark Otto <[email protected]>2013-05-02 22:58:30 -0700
commit23ae6405f504a2627e1c1e8d856564fd8065dfe3 (patch)
treed0b83490f37bcbe00440bf28c331c155ed38d085
parentbec8c90fd7a126e23c1d3a66eba9782b32729e48 (diff)
downloadbootstrap-23ae6405f504a2627e1c1e8d856564fd8065dfe3.tar.xz
bootstrap-23ae6405f504a2627e1c1e8d856564fd8065dfe3.zip
delete lingering navbar dividers code since we nuked that awhile back
-rw-r--r--less/navbar.less14
1 files changed, 0 insertions, 14 deletions
diff --git a/less/navbar.less b/less/navbar.less
index e5e3acd59..88cb33bce 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -285,20 +285,6 @@
}
}
- // 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;