1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

yet another pref tabs fix for Safari

This commit is contained in:
Andrew Dolgov 2007-05-17 14:18:17 +01:00
parent 35a03bddc2
commit 6eee47b83b

View File

@ -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 {