summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 15:57:56 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 15:57:56 +0100
commit54aa1a411311dc4c7fcbad3ba176f527a4f77290 (patch)
treece9b33cf74673f3b67ae495d397a817d48e4f37a
parent82c9223c6bccd503811ce3e5f74478417688e179 (diff)
misc style updates
-rw-r--r--backend.php4
-rw-r--r--tt-rss.css3
2 files changed, 2 insertions, 5 deletions
diff --git a/backend.php b/backend.php
index 3452c741f..b7249f1a4 100644
--- a/backend.php
+++ b/backend.php
@@ -219,10 +219,6 @@
<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>)";
}
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;