mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Fixes left/right border overlap for IE7
This commit is contained in:
parent
8328987b15
commit
faa719d59c
@ -317,6 +317,7 @@
|
|||||||
.tabs-left .tabs .active > a,
|
.tabs-left .tabs .active > a,
|
||||||
.tabs-left .tabs .active > a:hover {
|
.tabs-left .tabs .active > a:hover {
|
||||||
border-color: #ddd transparent #ddd #ddd;
|
border-color: #ddd transparent #ddd #ddd;
|
||||||
|
*border-right-color: @white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tabs on the right
|
// Tabs on the right
|
||||||
@ -335,4 +336,5 @@
|
|||||||
.tabs-right .tabs .active > a,
|
.tabs-right .tabs .active > a,
|
||||||
.tabs-right .tabs .active > a:hover {
|
.tabs-right .tabs .active > a:hover {
|
||||||
border-color: #ddd #ddd #ddd transparent;
|
border-color: #ddd #ddd #ddd transparent;
|
||||||
|
*border-left-color: @white;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user