summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 17:36:41 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 17:36:41 +0100
commitf9cb39acafce8ec59e028f7060c32c0fe838a59d (patch)
tree590da678ce364f5a75afae2ae5fc5c3543acccc5 /tt-rss.css
parent9b3e2cc74c4d86b1c7b03ffdc25585c5bfa15d20 (diff)
initial feed browser work
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b0c7bdcd6..3bd621066 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}