1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+14
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;
}