summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/css/n1_theme/landing.php2
-rw-r--r--views/default/search/css.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php
index 965a1a5..df5b0ab 100644
--- a/views/default/css/n1_theme/landing.php
+++ b/views/default/css/n1_theme/landing.php
@@ -3,7 +3,7 @@
background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png');
background-repeat: no-repeat;
display: table;
- margin: 30px auto 50px;
+ margin: 30px 0 50px auto;
min-width: 80%;
}
diff --git a/views/default/search/css.php b/views/default/search/css.php
index 659d087..1e9531b 100644
--- a/views/default/search/css.php
+++ b/views/default/search/css.php
@@ -27,7 +27,7 @@ Search plugin
width: 97%;
margin-top: 13px;
border: 0;
- background: #EEE url(http://dev.n-1.cc/_graphics/elgg_sprites.png) no-repeat 99% -916px;
+ background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 99% -916px;
font-size: 1em;
}