From b132bd67e58947866783a865fd73732035dc0cf6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 24 Aug 2011 01:52:35 -0700 Subject: [PATCH] fix active tab css --- HTML/css/tabs.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HTML/css/tabs.css b/HTML/css/tabs.css index 48e58b520..b27102e4e 100644 --- a/HTML/css/tabs.css +++ b/HTML/css/tabs.css @@ -54,11 +54,9 @@ iframe { border: 0; } position: relative; z-index: 1; height: 8px; - margin-top: -2px; - margin-bottom: -4px; + background: #eee; padding-top: 4px; - padding-bottom: 8px; } #tabs ul li a {