diff options
author | Sem <sembrestels@riseup.net> | 2012-05-25 22:05:21 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-25 22:05:21 +0200 |
commit | 8ca38a323ad022f06a91d14d8fdc183e50392414 (patch) | |
tree | 05d185050dc41f2241b6e1c4e28c7926b87c62c2 /views/default/custom_index/css.php | |
parent | 08f0e922a806a27ef4e3ca96b59ef4bbfb08fde5 (diff) | |
parent | 60df8b304bd70b5ddc79927abec1b1dc2eb706ee (diff) | |
download | elgg-8ca38a323ad022f06a91d14d8fdc183e50392414.tar.gz elgg-8ca38a323ad022f06a91d14d8fdc183e50392414.tar.bz2 |
Forking Lorea/purity_theme
Conflicts:
graphics/elgg_sprites.png
manifest.xml
start.php
views/default/css/elements/buttons.php
views/default/css/elements/forms.php
views/default/css/elements/helpers.php
views/default/css/elements/layout.php
views/default/css/elements/typography.php
Diffstat (limited to 'views/default/custom_index/css.php')
-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 { +} |