prefsTabSelected fixes
This commit is contained in:
parent
5dda545516
commit
46c1d541c4
2 changed files with 2 additions and 1 deletions
1
ie6.css
1
ie6.css
|
@ -14,3 +14,4 @@ div.headlines_normal {
|
|||
div.headlines_cdm {
|
||||
overflow : auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -572,7 +572,7 @@ div.prefsTabSelected {
|
|||
font-size : 9pt;
|
||||
font-family : "Lucida Grande", Tahoma, sans-serif;
|
||||
position : relative;
|
||||
bottom : 0px;
|
||||
bottom : -1px;
|
||||
border-collapse : collapse;
|
||||
-moz-border-radius : 3px;
|
||||
font-weight : bold;
|
||||
|
|
Loading…
Reference in a new issue