]> git.wh0rd.org Git - tt-rss.git/commitdiff
prefTabs: appearance tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 12 May 2008 08:36:07 +0000 (09:36 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 12 May 2008 08:36:07 +0000 (09:36 +0100)
tt-rss.css

index 4edd7714f64dd2c5ada6f0ce368d17c0bc596a69..48d909fc190464266f956480500f2113e7145565 100644 (file)
@@ -591,12 +591,9 @@ div.prefsTab {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
-       -moz-border-radius : 3px;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
-       position : relative;
-       bottom : -2px;
 }
 
 div.prefsTabSelected {
@@ -610,14 +607,10 @@ div.prefsTabSelected {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
-       -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
-       position : relative;
-       bottom : -2px;
-       
 }
 
 div.notice {