Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-04-22 07:44:08 +0300
committerChris Rebert <github@rebertia.com>2015-04-22 07:44:08 +0300
commite93802b8211b9e8a8aa154d329ca8df2df495d6d (patch)
treef8eab19caefc62dcfc466ef89d80b73b61f0b11f /dist/css
parentc6b62f0cd99f66e716bffaf306fe3ddbe5decfc0 (diff)
parent2b3a9cda4e9efa44d7b2c5e9b050e5393a111c32 (diff)
Merge pull request #16258 from twbs/fix-16172
Use CSS hack to fix IE8 .caret regression
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 5fde370352..accc2303e6 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3558,6 +3558,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;
}