From 7f423315279a5f42c6982b27fb5c3e0f47cafe0a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 30 Mar 2006 07:48:51 +0100 Subject: [PATCH] made pref tabs font size smaller --- tt-rss.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index 539a8c2d..39d4083f 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -615,6 +615,7 @@ input.prefsTab { background-position : top left; background-repeat : repeat-x; -moz-border-radius : 7px 7px 0px 0px; + font-size : small; } input.prefsTabSelected { @@ -628,6 +629,7 @@ input.prefsTabSelected { background-position : top left; background-repeat : repeat-x; -moz-border-radius : 7px 7px 0px 0px; + font-size : small; } -- 2.39.2