From: Andrew Dolgov Date: Thu, 17 May 2007 13:18:17 +0000 (+0100) Subject: yet another pref tabs fix for Safari X-Git-Tag: schema_freeze_for_1.2.11~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6eee47b83b1ed849d5a3483a7e48dc419a75defa;p=tt-rss.git yet another pref tabs fix for Safari --- diff --git a/tt-rss.css b/tt-rss.css index 47152d2b..d69e2303 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -575,7 +575,8 @@ div.prefsTab { min-width : 100px; text-align : center; cursor : pointer; - height : 20px; + position : relative; + bottom : -2px; } div.prefsTabSelected { @@ -593,9 +594,10 @@ div.prefsTabSelected { font-weight : bold; min-width : 100px; text-align : center; - z-index : 2; cursor : pointer; - height : 20px; + position : relative; + bottom : -2px; + } div.notice {