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