summaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-22 20:56:25 +0200
committerfoockinho <foockinho@lorea.org>2012-08-22 20:56:25 +0200
commitfb42a6fe90c755bca8900a77e5a08b533fa05275 (patch)
tree36cc68da3d21c38824ca5ab63983751898df576a /views/default/css/elements/layout.php
parent3661802648b967813e285a981ea972c62f3cf458 (diff)
downloadsaravea_theme-fb42a6fe90c755bca8900a77e5a08b533fa05275.tar.gz
saravea_theme-fb42a6fe90c755bca8900a77e5a08b533fa05275.tar.bz2
changed navigation more menu colors, and input colors
Diffstat (limited to 'views/default/css/elements/layout.php')
-rw-r--r--views/default/css/elements/layout.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 0a6d7bd..4813c01 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -69,7 +69,7 @@ body {
/***** PAGE HEADER ******/
.elgg-page-header {
position: relative;
- background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
+ background: #333333;
}
.elgg-page-header > .elgg-inner {
position: relative;
@@ -119,4 +119,4 @@ body {
}
.elgg-page-footer a:hover {
color: #666;
-} \ No newline at end of file
+}