summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 05:22:07 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 05:22:07 +0100
commitb92e620990d9f76fd0f7573bac38bd54b2e7abd5 (patch)
tree41b3294f17a4480e96a98fa403cc73a56106af5d /tt-rss.css
parente3c99f3b636d5003be417093d00b7b114a655bd1 (diff)
fix display of feed browser (probably closes #22)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9b5480263..e2802119b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {