1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixes left/right border overlap for IE7

This commit is contained in:
Pete Hopkins 2012-01-27 16:35:21 -05:00
parent 8328987b15
commit faa719d59c

View file

@ -317,6 +317,7 @@
.tabs-left .tabs .active > a,
.tabs-left .tabs .active > a:hover {
border-color: #ddd transparent #ddd #ddd;
*border-right-color: @white;
}
// Tabs on the right
@ -335,4 +336,5 @@
.tabs-right .tabs .active > a,
.tabs-right .tabs .active > a:hover {
border-color: #ddd #ddd #ddd transparent;
*border-left-color: @white;
}