mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +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">
|
<div id="pageheader">
|
||||||
<a href="http://www.ampache.org">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -132,11 +132,9 @@
|
||||||
border-right: 1px solid #000;
|
border-right: 1px solid #000;
|
||||||
display: inline;
|
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;
|
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 {
|
#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
|
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||||
eat-x;
|
|
||||||
}
|
}
|
||||||
#mainmenu a {
|
#mainmenu a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue