From: Andrew Dolgov Date: Mon, 5 Sep 2005 14:57:56 +0000 (+0100) Subject: misc style updates X-Git-Tag: 1.0.3~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=54aa1a411311dc4c7fcbad3ba176f527a4f77290;p=tt-rss.git misc style updates --- diff --git a/backend.php b/backend.php index 3452c741..b7249f1a 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 26d2d98a..c5357136 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;