diff options
| author | XhmikosR <[email protected]> | 2015-04-28 11:25:38 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-04-28 14:24:33 +0300 |
| commit | 27ada0f5e2db4c5eedc665b6ac64f033308d173e (patch) | |
| tree | c11653d97b4093350dd6b17e955a408bebd22b8c /less | |
| parent | e6438592e9ea28324ba1a4344e724cab28032208 (diff) | |
| download | bootstrap-27ada0f5e2db4c5eedc665b6ac64f033308d173e.tar.xz bootstrap-27ada0f5e2db4c5eedc665b6ac64f033308d173e.zip | |
dropdowns.less: Add space before IE8 workaround.
This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
Diffstat (limited to 'less')
| -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 f47a4bce8..d2a872d8c 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -11,7 +11,7 @@ margin-left: 2px; vertical-align: middle; border-top: @caret-width-base dashed; - border-top: @caret-width-base ~"solid\9"; // IE8 + border-top: @caret-width-base solid ~"\9"; // IE8 border-right: @caret-width-base solid transparent; border-left: @caret-width-base solid transparent; } |
