diff options
| author | Mark Otto <[email protected]> | 2013-10-26 14:22:33 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-26 14:22:33 +0100 |
| commit | 0365796375157d3072298cde4be8b95eb61e5f86 (patch) | |
| tree | e1eb09b310bcae5ba7d988a837d562f864cd1ba2 | |
| parent | 4cfe307abeee4f0193a0bcbc54aad08d1115b002 (diff) | |
| parent | 1ef6caf44f64346fbecbad979c234ccf0bf0bbe8 (diff) | |
| download | bootstrap-0365796375157d3072298cde4be8b95eb61e5f86.tar.xz bootstrap-0365796375157d3072298cde4be8b95eb61e5f86.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index e6bd18779..5d7e0fb4e 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -166,7 +166,7 @@ // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this // gets fixed, restore `border-top: 0;`. border-top: 0 dotted; - border-bottom: 4px solid @dropdown-caret-color; + border-bottom: @caret-width-base solid @dropdown-caret-color; content: ""; } // Different positioning for bottom up menu |
