aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2009-03-17 11:45:45 +0000
committercash <cash.costello@gmail.com>2009-03-17 11:45:45 +0000
commit950da65e84e8513cfb1a51da97ef4f1a67f0643f (patch)
tree8e77925d34cee7bcf59488a2cd0f42e2242ea763 /views
parenta0ff64cd5e76042cf6e8c4a0373ed12f0942aa0d (diff)
downloadelgg-950da65e84e8513cfb1a51da97ef4f1a67f0643f.tar.gz
elgg-950da65e84e8513cfb1a51da97ef4f1a67f0643f.tar.bz2
updated css for feed widget
Diffstat (limited to 'views')
-rw-r--r--views/default/feed_reader/css.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/feed_reader/css.php b/views/default/feed_reader/css.php
index 9dbadd0d1..7bd8d74d3 100644
--- a/views/default/feed_reader/css.php
+++ b/views/default/feed_reader/css.php
@@ -21,3 +21,7 @@ SIMPLEPIE FEED WIDGET
.simplepie_date {
font-size: 70%;
}
+
+.simplepie_excerpt img {
+ width: 170px;
+}