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