summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 01:04:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 01:04:00 +0000
commitcde6ad2720297448ee8f7e033ac8f26801e69d81 (patch)
tree1a5d052fb3081726f5cc5a5a0d4d887640a31f78 /themes
parentbcad40a05ab2dc2a341a3227e30b96668bce4500 (diff)
downloadampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.tar.gz
ampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.tar.bz2
ampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.zip
fixed typos, and made header have correct class
Diffstat (limited to 'themes')
-rw-r--r--themes/greyblock/templates/style.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/greyblock/templates/style.inc b/themes/greyblock/templates/style.inc
index 6cc83d1f..3f4bbd64 100644
--- a/themes/greyblock/templates/style.inc
+++ b/themes/greyblock/templates/style.inc
@@ -132,11 +132,9 @@
border-right: 1px solid #000;
display: inline;
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
-peat-x;
}
#mainmenu li.active {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> rep
-eat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
}
#mainmenu a {
text-decoration: none;