From 1d8e4418afe00bf9cfb423549fea618102545540 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Apr 2007 07:19:14 +0100 Subject: fix pref-tabs display for IE7 --- tt-rss.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index d9de1cac5..45d2b2820 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -572,13 +572,13 @@ div.prefsTabSelected { font-size : 9pt; font-family : "Lucida Grande", Tahoma, sans-serif; position : relative; - bottom : -2px; + bottom : 0px; border-collapse : collapse; -moz-border-radius : 3px; font-weight : bold; min-width : 100px; text-align : center; - z-index : 999; + z-index : 2; } div.notice { -- cgit v1.2.3