From 46c1d541c418ac2e87c7cc56128643a9cf18d2ff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Apr 2007 12:24:17 +0100 Subject: [PATCH] prefsTabSelected fixes --- ie6.css | 1 + tt-rss.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ie6.css b/ie6.css index 019aa9dac..05264ad38 100644 --- a/ie6.css +++ b/ie6.css @@ -14,3 +14,4 @@ div.headlines_normal { div.headlines_cdm { overflow : auto; } + diff --git a/tt-rss.css b/tt-rss.css index 45d2b2820..3fbccc010 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -572,7 +572,7 @@ div.prefsTabSelected { font-size : 9pt; font-family : "Lucida Grande", Tahoma, sans-serif; position : relative; - bottom : 0px; + bottom : -1px; border-collapse : collapse; -moz-border-radius : 3px; font-weight : bold;