diff --git a/backend.php b/backend.php
index 3452c741f..b7249f1a4 100644
--- a/backend.php
+++ b/backend.php
@@ -219,10 +219,6 @@
| ";
if ($line["comments"] && $line["comments"] != $line["link"]) {
-// print "| Comments: |
-// ".$line["comments"]." |
-// |
";
-
$comments_prompt = "(Comments)";
}
diff --git a/tt-rss.css b/tt-rss.css
index 26d2d98a6..c53571361 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -248,7 +248,8 @@ table.prefAddFeed {
background-repeat : repeat-x;
} */
-table.prefFeedList tr.title td, table.prefFilterList tr.title td {
+table.prefFeedList tr.title td, table.prefFilterList tr.title td,
+ table.headlinesList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;