1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

fixes #4852: popover carets fully functional in ie8 holy carp wtfbqq huge shoutout to @PumaOmaR

This commit is contained in:
Mark Otto
2013-06-27 19:36:56 -07:00
parent 6a2858f7bf
commit ca8ca2177f
2 changed files with 8 additions and 0 deletions

View File

@@ -3812,6 +3812,7 @@ button.close {
margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
content: " ";
}
.popover.right .arrow {
@@ -3828,6 +3829,7 @@ button.close {
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
content: " ";
}
.popover.bottom .arrow {
@@ -3844,6 +3846,7 @@ button.close {
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
content: " ";
}
.popover.left .arrow {
@@ -3860,6 +3863,7 @@ button.close {
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
content: " ";
}
.alert {