1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix size of active tab

This commit is contained in:
Andrew Dolgov
2006-03-29 05:45:14 +01:00
parent fc7741551e
commit 0f27cb1808
+1 -1
View File
@@ -622,7 +622,7 @@ input.prefsTabSelected {
border-color : #c0c0c0; border-color : #c0c0c0;
padding : 2px 7px 2px 7px; padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px; margin : 0px 1px 0px 0px;
width : 150px; width : 130px;
background : white; background : white;
font-weight : bold; font-weight : bold;
background-position : top left; background-position : top left;