mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
misc style updates
This commit is contained in:
@@ -219,10 +219,6 @@
|
||||
<td> </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> </td> </tr>";
|
||||
|
||||
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user