Moved footer around a bit

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-23 19:40:51 +01:00
parent 6348f0bec8
commit 4f1372c38c
2 changed files with 9 additions and 12 deletions

View File

@@ -557,7 +557,7 @@ nav .brand-logo-navigate{
}
.footer-copyright{
text-align: center;
/*text-align: center;*/
}
.footer-copyright a { color: #fff;}

View File

@@ -96,11 +96,6 @@
</div>
<div class="col l4 offset-l2 s12 valign-wrapper">
<ul class="footer-buttons">
<li>
<a href="https://github.com/zoff-music/">
<img title="Contribute on GitHub" src="/public/images/GitHub_Logo.png" alt="GitHub" />
</a>
</li>
<li>
<a id="facebook-code-link" class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
<img class="left" src="/public/images/facebook.png" alt="Share on Facebook" />Share on&nbsp;Facebook
@@ -133,7 +128,9 @@
<div class="container">
&copy; <?php echo date("Y"); ?>
<a href="http://nixo.no">Nixo</a> &amp;
<a href="http://kasperrt.no">KasperRT</a>
<a href="http://kasperrt.no">KasperRT</a>,
All rights reserved
<a class="grey-text text-lighten-4 right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
</div>
</div>
</footer>