aboutsummaryrefslogtreecommitdiff
path: root/views/default/custom_index
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-05-25 21:50:52 +0200
committerSem <sembrestels@riseup.net>2012-05-25 21:50:52 +0200
commit60df8b304bd70b5ddc79927abec1b1dc2eb706ee (patch)
tree36828d43b5f1b8cd21c8ad1ef3fdd19b8564de9a /views/default/custom_index
downloadelgg-60df8b304bd70b5ddc79927abec1b1dc2eb706ee.tar.gz
elgg-60df8b304bd70b5ddc79927abec1b1dc2eb706ee.tar.bz2
Purity2 Theme by SocialApparatus.
http://community.elgg.org/pg/plugins/project/874669/developer/sbarron/purity2-theme-for-elgg-18
Diffstat (limited to 'views/default/custom_index')
-rw-r--r--views/default/custom_index/css.php17
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 {
+}