fix feedlist display in IE7
This commit is contained in:
parent
db5b3540cf
commit
e95687b22a
3 changed files with 4 additions and 20 deletions
11
ie6.css
11
ie6.css
|
@ -1,14 +1,3 @@
|
||||||
ul.feedCatList {
|
|
||||||
position : relative;
|
|
||||||
top: -1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.feedCatHolder {
|
|
||||||
margin : 0px;
|
|
||||||
padding : 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#infoBoxTitle {
|
#infoBoxTitle {
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
9
ie7.css
9
ie7.css
|
@ -1,10 +1 @@
|
||||||
ul.feedCatList {
|
|
||||||
position : relative;
|
|
||||||
top: -1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.feedCatHolder {
|
|
||||||
margin : 0px;
|
|
||||||
padding : 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1507,3 +1507,7 @@ a.helpLinkPic img {
|
||||||
#fadd_login_container {
|
#fadd_login_container {
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feedCatHolder {
|
||||||
|
display : inline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue