aboutsummaryrefslogtreecommitdiff
path: root/mod/habitorio_theme/views/default/custom_index/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/habitorio_theme/views/default/custom_index/css.php')
-rw-r--r--mod/habitorio_theme/views/default/custom_index/css.php17
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 {
+}