diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index f7ed1c2db..b323a9902 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -267,6 +267,9 @@ h2 { width: 100%; height:90px; background-color: #4690D6; + background-image: url(<?php echo $vars['url']; ?>_graphics/header_shadow.png); + background-repeat: repeat-x; + background-position: bottom left; } #elgg_header_contents { width:990px; |