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:
11
ie6.css
11
ie6.css
@@ -1,14 +1,3 @@
|
||||
ul.feedCatList {
|
||||
position : relative;
|
||||
top: -1em;
|
||||
}
|
||||
|
||||
li.feedCatHolder {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
|
||||
#infoBoxTitle {
|
||||
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 {
|
||||
display : none;
|
||||
}
|
||||
|
||||
#feedCatHolder {
|
||||
display : inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user