1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix display of feed browser (probably closes #22)

This commit is contained in:
Andrew Dolgov
2005-12-30 05:22:07 +01:00
parent e3c99f3b63
commit b92e620990
3 changed files with 27 additions and 5 deletions

View File

@@ -927,7 +927,13 @@ ul.browseFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
margin-bottom : 5px;
margin : 0px 0px 5px 0px;
padding : 0px;
}
ul.browseFeedList li {
margin : 0px;
padding : 0px;
}
span.subscribers {