misc style updates
This commit is contained in:
parent
82c9223c6b
commit
54aa1a4113
2 changed files with 2 additions and 5 deletions
|
@ -219,10 +219,6 @@
|
||||||
<td> </td></tr>";
|
<td> </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> </td> </tr>";
|
|
||||||
|
|
||||||
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
|
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue