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
1 changed files with 5 additions and 3 deletions

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 {