0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Remove .navbar-divider

This commit is contained in:
Quy 2017-01-02 15:29:07 -08:00 committed by Mark Otto
parent bbb0d2b573
commit d82914fb2f

View File

@ -217,10 +217,6 @@
background-image: $navbar-light-toggler-bg;
}
.navbar-divider {
background-color: rgba(0,0,0,.075);
}
.navbar-text {
color: $navbar-light-color;
}
@ -266,10 +262,6 @@
background-image: $navbar-inverse-toggler-bg;
}
.navbar-divider {
background-color: rgba(255,255,255,.075);
}
.navbar-text {
color: $navbar-inverse-color;
}