diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:53:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:53:42 -0300 |
commit | 7f5de67cb46e028792e179a4f6314e13771086da (patch) | |
tree | 36828d43b5f1b8cd21c8ad1ef3fdd19b8564de9a /views/default/custom_index | |
download | elgg-7f5de67cb46e028792e179a4f6314e13771086da.tar.gz elgg-7f5de67cb46e028792e179a4f6314e13771086da.tar.bz2 |
Squashed 'mod/purity_theme/' content from commit 60df8b3
git-subtree-dir: mod/purity_theme
git-subtree-split: 60df8b304bd70b5ddc79927abec1b1dc2eb706ee
Diffstat (limited to 'views/default/custom_index')
-rw-r--r-- | views/default/custom_index/css.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/default/custom_index/css.php b/views/default/custom_index/css.php new file mode 100644 index 000000000..66cdf3e53 --- /dev/null +++ b/views/default/custom_index/css.php @@ -0,0 +1,17 @@ +<?php +/** + * Custom Index CSS + * + */ +?> + +/******************************* + Custom Index +********************************/ +.custom-index { + padding: 10px 0; +} +.custom-index .elgg-module-featured { +} +.custom-index .elgg-module-featured:hover { +} |