diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-14 17:38:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-14 17:38:18 +0000 |
commit | 876575f63491226db28234519872380a1073d7e2 (patch) | |
tree | 9e9694e31ae928295d48116c0f34ae6018f45eef /contrib | |
parent | f0347f69cbf99a99af90d1d3b0cda2fa19ecd545 (diff) | |
download | ampache-876575f63491226db28234519872380a1073d7e2.tar.gz ampache-876575f63491226db28234519872380a1073d7e2.tar.bz2 ampache-876575f63491226db28234519872380a1073d7e2.zip |
fixed typo in style.inc
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/themes/Solar/templates/style.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/themes/Solar/templates/style.inc b/contrib/themes/Solar/templates/style.inc index 726bc634..c483412d 100755 --- a/contrib/themes/Solar/templates/style.inc +++ b/contrib/themes/Solar/templates/style.inc @@ -131,7 +131,7 @@ padding: 0 10px 0 10px;
border-right: 1px solid #000;
display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/light.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2');?> repeat-x;
}
#mainmenu li.active {
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) <?php echo conf('base_color2');?> repeat-x;
@@ -157,7 +157,7 @@ border-right: 1px solid #000;
border-left: 1px solid #000;
border-top: 1px solid #000;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/light.jpg) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2')?> repeat;
}
#adminmenu li {
float: left;
@@ -165,7 +165,7 @@ padding: 0 20px 0 20px;
border-right: 1px solid #000;
display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/light.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2');?> repeat-x;
}
#adminmenu li.active {
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) <?php echo conf('base_color2');?> repeat-x;
@@ -187,7 +187,7 @@ /*************** END Page Header *****************/
.navitem
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/light.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2')?> repeat-x;
vertical-align: top;
text-align: center;
}
|