From 0f27cb1808264ded6553e292ecf5a8a5f9bb89ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 Mar 2006 05:45:14 +0100 Subject: fix size of active tab --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index ffe30ccca..5ab52b2d7 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -622,7 +622,7 @@ input.prefsTabSelected { border-color : #c0c0c0; padding : 2px 7px 2px 7px; margin : 0px 1px 0px 0px; - width : 150px; + width : 130px; background : white; font-weight : bold; background-position : top left; -- cgit v1.2.3