summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
-rw-r--r--tt-rss.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 40b32df88..01618abd8 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";
}
diff --git a/tt-rss.css b/tt-rss.css
index 337e3fb9e..9d9fb7516 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;