mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
fixed typos, and made header have correct class
This commit is contained in:
parent
bcad40a05a
commit
cde6ad2720
2 changed files with 2 additions and 4 deletions
|
@ -117,7 +117,7 @@ function flipField(element) {
|
|||
|
||||
<div id="pageheader">
|
||||
<a href="http://www.ampache.org">
|
||||
<img src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
|
||||
<img class="pageheader" src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
|
||||
</a>
|
||||
</div>
|
||||
<?php
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue