2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

.navbar-divider width: 1px=>$border-width

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 22:48:41 -08:00
parent 881e51d4a7
commit f10dc27cd4
+1 -1
View File
@@ -86,7 +86,7 @@
.navbar-divider {
float: left;
width: 1px;
width: $border-width;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: $navbar-padding-x;