]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes left/right border overlap for IE7
authorPete Hopkins <phopkins@twitter.com>
Fri, 27 Jan 2012 21:35:21 +0000 (16:35 -0500)
committerPete Hopkins <phopkins@twitter.com>
Fri, 27 Jan 2012 21:35:21 +0000 (16:35 -0500)
less/navs.less

index cd356d9bb8cbabfc3cae4ef6fc0c1d9b5088873d..f1d5b565c4fdaa04b8b001e038bf2b73dcb85d40 100644 (file)
 .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
 .tabs-right .tabs .active > a,
 .tabs-right .tabs .active > a:hover {
   border-color: #ddd #ddd #ddd transparent;
+  *border-left-color: @white;
 }