aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-16 22:48:41 -0800
committerChris Rebert <[email protected]>2016-02-16 22:48:43 -0800
commitf10dc27cd49924a835d847985b3a51246818fc2f (patch)
treecad456b04944314d11854b059fe1c779fa089609
parent881e51d4a769d269ebbbe05484590bdd04790fe3 (diff)
downloadbootstrap-f10dc27cd49924a835d847985b3a51246818fc2f.tar.xz
bootstrap-f10dc27cd49924a835d847985b3a51246818fc2f.zip
.navbar-divider width: 1px=>$border-width
[skip sauce] [skip validator]
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 58da40c78..d639e7667 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;