summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-19 15:13:39 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-19 15:13:39 -0400
commit32bd7c839c8538b9f892c11893c140bb70677636 (patch)
tree466504d558d42353663354cf66960a5abee081e5 /css
parent608b3c7f8aefbb8c7f11d3c0dd548e5a04b4b0b0 (diff)
now saves item's author in db
Diffstat (limited to 'css')
-rw-r--r--css/news.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 659633862..b0e66cbae 100644
--- a/css/news.css
+++ b/css/news.css
@@ -561,7 +561,16 @@ div.add_parentfolder {
}
/**
- * Author of the feed
+ * Title of the feed to which the item belongs
+ */
+ .feed_item h2.item_feed_title {
+ color: #aaa;
+ font-size: 1.1em;
+ margin-left: 3em;
+ }
+
+ /**
+ * Author of the item
*/
.feed_item h2.item_author {
color: #aaa;