summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--item.qt4
-rw-r--r--website/style.css6
2 files changed, 6 insertions, 4 deletions
diff --git a/item.qt b/item.qt
index 71f514a..001a105 100644
--- a/item.qt
+++ b/item.qt
@@ -3,11 +3,9 @@
<header class="itemheader feed-__feed_hash__ feed-__feed_id__">
<h2 class="itemtitle">__title__</h2>
</header>
-__if_author__
<footer>
-by __author__
+__if_author__ by __author__ (__feed_title__) __else__ from __feed_title__ __endif__
</footer>
-__endif__
__if_description__
<div class="itemdescription">
diff --git a/website/style.css b/website/style.css
index 1ac2c74..cab0d51 100644
--- a/website/style.css
+++ b/website/style.css
@@ -261,9 +261,13 @@ h2 time span {
font-weight: normal;
}
+footer {
+ padding-top: 12px;
+}
+
header h2 a {
text-decoration: none;
- font-size: 36px;
+ font-size: 32px;
color: #44a51c;
line-height: 1.2em;
}