aboutsummaryrefslogtreecommitdiff
path: root/views/default/simplepie/css.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-29 23:13:05 -0400
committercash <cash.costello@gmail.com>2011-10-29 23:13:05 -0400
commit24c479d059b92eea8a58e627351dbc11ddfd50a9 (patch)
tree1dad3411579e1e0b32f11d9795af30eedab3f6ed /views/default/simplepie/css.php
parent96a90a042c374b45f7780936c111dc1a1e7bfc0f (diff)
downloadelgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.gz
elgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.bz2
updated simplepie for Elgg 1.8
Diffstat (limited to 'views/default/simplepie/css.php')
-rw-r--r--views/default/simplepie/css.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/default/simplepie/css.php b/views/default/simplepie/css.php
new file mode 100644
index 000000000..32cec16a6
--- /dev/null
+++ b/views/default/simplepie/css.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Simple CSS
+ */
+?>
+
+/* ***************************************
+ SIMPLIE
+*************************************** */
+.simplepie-heading {
+ text-align: center;
+ margin-bottom: 8px;
+}
+
+.simplepie-list img {
+ max-width: 100%;
+}