From: Andrew Dolgov Date: Wed, 29 Mar 2006 04:45:14 +0000 (+0100) Subject: fix size of active tab X-Git-Tag: 1.1.5~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0f27cb1808264ded6553e292ecf5a8a5f9bb89ea;p=tt-rss.git fix size of active tab --- diff --git a/tt-rss.css b/tt-rss.css index ffe30ccc..5ab52b2d 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;