1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Merge pull request #19248 from twbs/navbar-divider-border-width

.navbar-divider width: 1px=>$border-width
This commit is contained in:
Chris Rebert
2016-04-17 12:49:38 -07:00

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;