diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 01:04:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 01:04:00 +0000 |
commit | cde6ad2720297448ee8f7e033ac8f26801e69d81 (patch) | |
tree | 1a5d052fb3081726f5cc5a5a0d4d887640a31f78 /themes | |
parent | bcad40a05ab2dc2a341a3227e30b96668bce4500 (diff) | |
download | ampache-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.inc | 4 |
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; |