summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 17:38:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 17:38:18 +0000
commit876575f63491226db28234519872380a1073d7e2 (patch)
tree9e9694e31ae928295d48116c0f34ae6018f45eef /contrib
parentf0347f69cbf99a99af90d1d3b0cda2fa19ecd545 (diff)
downloadampache-876575f63491226db28234519872380a1073d7e2.tar.gz
ampache-876575f63491226db28234519872380a1073d7e2.tar.bz2
ampache-876575f63491226db28234519872380a1073d7e2.zip
fixed typo in style.inc
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/themes/Solar/templates/style.inc8
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;
}