aboutsummaryrefslogtreecommitdiff
path: root/mod/purity_theme/views/default/custom_index/css.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:53:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:53:42 -0300
commit1a4a96bd03e016e5d32a5c3050f40c1011a0f893 (patch)
tree5e78707ffd40968f15778cc345cbf27489423cf6 /mod/purity_theme/views/default/custom_index/css.php
parente10b0bd1f9403d38568173d76a93f93a484d9646 (diff)
parent7f5de67cb46e028792e179a4f6314e13771086da (diff)
downloadelgg-1a4a96bd03e016e5d32a5c3050f40c1011a0f893.tar.gz
elgg-1a4a96bd03e016e5d32a5c3050f40c1011a0f893.tar.bz2
Merge commit '7f5de67cb46e028792e179a4f6314e13771086da' as 'mod/purity_theme'
Diffstat (limited to 'mod/purity_theme/views/default/custom_index/css.php')
-rw-r--r--mod/purity_theme/views/default/custom_index/css.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/purity_theme/views/default/custom_index/css.php b/mod/purity_theme/views/default/custom_index/css.php
new file mode 100644
index 000000000..66cdf3e53
--- /dev/null
+++ b/mod/purity_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 {
+}