aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-04-17 12:49:38 -0700
committerChris Rebert <[email protected]>2016-04-17 12:49:38 -0700
commit0d51926cf78879c42cdbcb6959fd160fd38870d2 (patch)
tree78192944fa5115e652717783c68aa16f1c4cb1ac
parent315755a4141e33ec7b92cede79df2b6d2a0e19ae (diff)
parentf10dc27cd49924a835d847985b3a51246818fc2f (diff)
downloadbootstrap-0d51926cf78879c42cdbcb6959fd160fd38870d2.tar.xz
bootstrap-0d51926cf78879c42cdbcb6959fd160fd38870d2.zip
Merge pull request #19248 from twbs/navbar-divider-border-width
.navbar-divider width: 1px=>$border-width
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 85a369777..6c4e9efa5 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -86,7 +86,7 @@
.navbar-divider {
float: left;
- width: 1px;
+ width: $border-width;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: $navbar-padding-x;