diff options
author | cash <cash.costello@gmail.com> | 2011-10-29 23:13:05 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-29 23:13:05 -0400 |
commit | 24c479d059b92eea8a58e627351dbc11ddfd50a9 (patch) | |
tree | 1dad3411579e1e0b32f11d9795af30eedab3f6ed /views/default/simplepie | |
parent | 96a90a042c374b45f7780936c111dc1a1e7bfc0f (diff) | |
download | elgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.gz elgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.bz2 |
updated simplepie for Elgg 1.8
Diffstat (limited to 'views/default/simplepie')
-rw-r--r-- | views/default/simplepie/css.php | 17 |
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%; +} |