misc style fixes
This commit is contained in:
parent
b58b166126
commit
df0539c7bc
|
@ -440,6 +440,7 @@ div.prefFeedCatHolder {
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
border : 1px solid #99d67a;
|
border : 1px solid #99d67a;
|
||||||
margin : 5px 0px 5px 0px;
|
margin : 5px 0px 5px 0px;
|
||||||
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.helpLink {
|
a.helpLink {
|
||||||
|
@ -1570,4 +1571,6 @@ li.feedCatHolder {
|
||||||
display : inline;
|
display : inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.prefFeedCatList {
|
||||||
|
background-color : white;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue