diff options
| -rw-r--r-- | dist/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/dropdowns.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1baf38df7..789ab1992 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3561,6 +3561,7 @@ tbody.collapse.in { margin-left: 2px; vertical-align: middle; border-top: 4px dashed; + border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; } diff --git a/less/dropdowns.less b/less/dropdowns.less index af344607b..f47a4bce8 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -11,6 +11,7 @@ margin-left: 2px; vertical-align: middle; border-top: @caret-width-base dashed; + border-top: @caret-width-base ~"solid\9"; // IE8 border-right: @caret-width-base solid transparent; border-left: @caret-width-base solid transparent; } |
