From: Pete Hopkins Date: Fri, 27 Jan 2012 21:35:21 +0000 (-0500) Subject: Fixes left/right border overlap for IE7 X-Git-Tag: v2.0.0~6^2~111^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faa719d59c45eb05a7e77db311d7bb277341f85d;p=thirdparty%2Fbootstrap.git Fixes left/right border overlap for IE7 --- diff --git a/less/navs.less b/less/navs.less index cd356d9bb8..f1d5b565c4 100644 --- a/less/navs.less +++ b/less/navs.less @@ -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; }