From: Andrew Dolgov Date: Thu, 16 Aug 2007 13:39:25 +0000 (+0100) Subject: article header: smaller font for author X-Git-Tag: 1.2.14~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=06202d882fdff714d13400885a2124993fb7aa86;p=tt-rss.git article header: smaller font for author --- diff --git a/functions.php b/functions.php index 40b32df8..01618abd 100644 --- a/functions.php +++ b/functions.php @@ -3830,7 +3830,7 @@ if ($line["link"]) { print "
" . - $line["title"] . "$entry_author
"; + $line["title"] . "$entry_author"; } else { print "
" . $line["title"] . "$entry_author
"; } diff --git a/tt-rss.css b/tt-rss.css index 337e3fb9..9d9fb751 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -62,6 +62,9 @@ div.postReply img.tagsPic { vertical-align : middle; } +div.postReply span.author { + font-size : 9pt; +} ul.feedList { list-style-type : none;