diff options
Diffstat (limited to 'views/default/simplepie/css.php')
-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%; +} |