]> git.wh0rd.org - tt-rss.git/commitdiff
article header: smaller font for author
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 16 Aug 2007 13:39:25 +0000 (14:39 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 16 Aug 2007 13:39:25 +0000 (14:39 +0100)
functions.php
tt-rss.css

index 40b32df882452f540f51a5ca010030526bc0cf77..01618abd89d85e07505c46c02318c4d2d1e19711 100644 (file)
 
                        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>";
                        }
index 337e3fb9ec0ead06fced5ef578fc0ab9defcf249..9d9fb75168e8a98fa8e6dfef276d8b13cf421660 100644 (file)
@@ -62,6 +62,9 @@ div.postReply img.tagsPic {
        vertical-align : middle;
 }
 
+div.postReply span.author {
+       font-size : 9pt;
+}
 
 ul.feedList {
        list-style-type : none;