article header: smaller font for author

master
Andrew Dolgov 17 years ago
parent 0d276d67b0
commit 06202d882f

@ -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;

Loading…
Cancel
Save