Commit faa719d5 authored by Pete Hopkins's avatar Pete Hopkins

Fixes left/right border overlap for IE7

parent 8328987b
...@@ -317,6 +317,7 @@ ...@@ -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 @@ ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment