diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-16 00:33:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-16 00:33:40 -0200 |
commit | 73b00ffcc94abe577280e7ec1d1b4a496795d631 (patch) | |
tree | c9afec8b8443bfb79bb12e4d99f667ad06abb00c /views | |
parent | a9462ba331c2b87de6987e61e7154f7624cdfd1b (diff) | |
download | saravea_theme-73b00ffcc94abe577280e7ec1d1b4a496795d631.tar.gz saravea_theme-73b00ffcc94abe577280e7ec1d1b4a496795d631.tar.bz2 |
Adding saravea logo (thanks to samu)
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/elements/layout.php | 2 | ||||
-rw-r--r-- | views/default/css/n1_theme/landing.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index b8b20e5..7b4f85f 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -76,7 +76,7 @@ body { } .elgg-page-header > .elgg-inner { position: relative; - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1_small.png) no-repeat 650px bottom; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm_small.png) no-repeat 650px bottom; } /***** LIQUID LAYOUT *******/ diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php index 4767e5d..887c29b 100644 --- a/views/default/css/n1_theme/landing.php +++ b/views/default/css/n1_theme/landing.php @@ -1,6 +1,6 @@ #n1-landing { height: 250px; - background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1.png'); + 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; |