diff options
Diffstat (limited to 'mod/habitorio_theme/views/default/custom_index')
-rw-r--r-- | mod/habitorio_theme/views/default/custom_index/css.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/habitorio_theme/views/default/custom_index/css.php b/mod/habitorio_theme/views/default/custom_index/css.php new file mode 100644 index 000000000..66cdf3e53 --- /dev/null +++ b/mod/habitorio_theme/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 { +} |