diff --git a/backend.php b/backend.php
index 16797ea4a..8f1fe08e4 100644
--- a/backend.php
+++ b/backend.php
@@ -3991,7 +3991,7 @@
WHERE auth_login = '' AND auth_pass = '' AND private = false
GROUP BY feed_url ORDER BY subscribers DESC LIMIT 50");
- print "
";
+ print "";
$feedctr = 0;
diff --git a/tt-rss.css b/tt-rss.css
index 5878a0972..d3e0fee79 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -923,6 +923,12 @@ ul.userFeedList {
list-style-type : none;
}
+/* #browseBigFeedList li.oddSelected {
+ border : 1px solid #d0d0f6;
+ background-color : #eaeaff;
+ -moz-border-radius : 5px;
+} */
+
ul.browseFeedList {
height : 300px;
overflow : auto;