misc style updates

This commit is contained in:
Andrew Dolgov 2005-09-05 15:57:56 +01:00
parent 82c9223c6b
commit 54aa1a4113
2 changed files with 2 additions and 5 deletions

View file

@ -219,10 +219,6 @@
<td>&nbsp;</td></tr>"; <td>&nbsp;</td></tr>";
if ($line["comments"] && $line["comments"] != $line["link"]) { 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>)"; $comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
} }

View file

@ -248,7 +248,8 @@ table.prefAddFeed {
background-repeat : repeat-x; 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; font-weight : bold;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-color : #f0f0f0; border-color : #f0f0f0;