1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-11 05:09:15 +00:00

fix feedlist display in IE7

This commit is contained in:
Andrew Dolgov
2007-04-29 07:08:35 +01:00
parent db5b3540cf
commit e95687b22a
3 changed files with 4 additions and 20 deletions

11
ie6.css
View File

@@ -1,14 +1,3 @@
ul.feedCatList {
position : relative;
top: -1em;
}
li.feedCatHolder {
margin : 0px;
padding : 0px;
}
#infoBoxTitle {
display : none;
}

View File

@@ -1,10 +1 @@
ul.feedCatList {
position : relative;
top: -1em;
}
li.feedCatHolder {
margin : 0px;
padding : 0px;
}

View File

@@ -1507,3 +1507,7 @@ a.helpLinkPic img {
#fadd_login_container {
display : none;
}
#feedCatHolder {
display : inline;
}