diff options
| author | Mark Otto <[email protected]> | 2013-09-16 21:42:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-16 21:42:43 -0700 |
| commit | 8f43820fffd8f7d6e8a6b40297d21b85180623a6 (patch) | |
| tree | 4127a467b8341262f41048cb62b72b84f61c45c5 | |
| parent | c14fe7904acebcd6a07335ab6d9028dcecc976f0 (diff) | |
| parent | 515e11da32a16c60c8b607e08f5ca3020b29e7ba (diff) | |
| download | bootstrap-8f43820fffd8f7d6e8a6b40297d21b85180623a6.tar.xz bootstrap-8f43820fffd8f7d6e8a6b40297d21b85180623a6.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 351e20417..d054b400d 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -408,7 +408,7 @@ .navbar-collapse, .navbar-form { - border-color: darken(@navbar-default-bg, 7%); + border-color: @navbar-default-border; } // Dropdown menu items and carets |
