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 {
|
div.headlines_cdm {
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -572,7 +572,7 @@ div.prefsTabSelected {
|
||||||
font-size : 9pt;
|
font-size : 9pt;
|
||||||
font-family : "Lucida Grande", Tahoma, sans-serif;
|
font-family : "Lucida Grande", Tahoma, sans-serif;
|
||||||
position : relative;
|
position : relative;
|
||||||
bottom : 0px;
|
bottom : -1px;
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 3px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
|
Loading…
Reference in a new issue