summaryrefslogtreecommitdiff
path: root/views/default/css/n1_theme
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-16 01:10:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-16 01:10:08 -0200
commit403a7e53c7ed796e7e49299725fe5182fabf61ca (patch)
treea8787c0325696cb475e69768ca6638a79e9c7633 /views/default/css/n1_theme
parent65ad5d4a92bbfa1feea31d7b54e4a1cb05ab0914 (diff)
downloadsaravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.gz
saravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.bz2
Renaming some folders
Diffstat (limited to 'views/default/css/n1_theme')
-rw-r--r--views/default/css/n1_theme/landing.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php
deleted file mode 100644
index 887c29b..0000000
--- a/views/default/css/n1_theme/landing.php
+++ /dev/null
@@ -1,38 +0,0 @@
-#n1-landing {
- height: 250px;
- background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm.png');
- background-repeat: no-repeat;
- display: table;
- margin: 30px 0 50px auto;
- min-width: 80%;
-}
-
-#n1-landing-inner {
- display: table-cell;
- vertical-align: middle;
- padding-left: 220px;
-
-}
-
-#n1-landing-title {
- font-size: 2.1em;
- font-weight: bold;
- line-height: 0.9em;
-}
-
-#n1-landing-subtitle {
- font-size: 1.4em;
- color: #666;
-}
-
-.elgg-sidebar h3 {
- font-size: 1.6em;
-}
-
-#login-dropdown {
- display:none;
-}
-
-.elgg-page-header > .elgg-inner {
- background-image: none;
-}