]> git.wh0rd.org - tt-rss.git/commitdiff
misc style updates
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 5 Sep 2005 14:57:56 +0000 (15:57 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 5 Sep 2005 14:57:56 +0000 (15:57 +0100)
backend.php
tt-rss.css

index 3452c741f005d88e5ebbcc3428cde48ad0ea054b..b7249f1a4214e39b90c858dd70a27aac8267c501 100644 (file)
                                <td>&nbsp;</td></tr>";
 
                        if ($line["comments"] && $line["comments"] != $line["link"]) {
-//                             print "<tr class=\"titleInner\"><td align=\"right\"><b>Comments:</b></td>
-//                                     <td><a href=\"".$line["comments"]."\">".$line["comments"]."</a></td>
-//                                     <td>&nbsp;</td> </tr>";
-
                                $comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
                        }
                        
index 26d2d98a6e67f46d7fac1033b45afa43c098b8b7..c53571361a380c9c05c777ba07dcb8cb5cd0a560 100644 (file)
@@ -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;