mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
article header: smaller font for author
This commit is contained in:
@@ -3830,7 +3830,7 @@
|
||||
|
||||
if ($line["link"]) {
|
||||
print "<div clear='both'><a $link_target href=\"" . $line["link"] . "\">" .
|
||||
$line["title"] . "</a>$entry_author</div>";
|
||||
$line["title"] . "</a><span class='author'>$entry_author</span></div>";
|
||||
} else {
|
||||
print "<div clear='both'>" . $line["title"] . "$entry_author</div>";
|
||||
}
|
||||
|
||||
@@ -62,6 +62,9 @@ div.postReply img.tagsPic {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
div.postReply span.author {
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
ul.feedList {
|
||||
list-style-type : none;
|
||||
|
||||
Reference in New Issue
Block a user