1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 17:01:28 +00:00

initial feed browser work

This commit is contained in:
Andrew Dolgov
2005-12-29 17:36:41 +01:00
parent 9b3e2cc74c
commit f9cb39acaf
3 changed files with 74 additions and 0 deletions

View File

@@ -922,3 +922,17 @@ ul.userFeedList {
overflow : auto;
list-style-type : none;
}
ul.browseFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
}
span.subscribers {
color : #808080;
}
input.feedBrowseCB {
margin-right : 1em;
}