Final page tweaks

This commit is contained in:
Cryptkeeper 2016-06-20 18:33:27 -05:00
parent fd381fb28a
commit 35e5d610aa
2 changed files with 4 additions and 6 deletions

@ -47,13 +47,13 @@ a {
font-size: 19px; font-size: 19px;
} }
#header a { #header a, #footer a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
border-bottom: 1px dashed #3B3738; border-bottom: 1px dashed #3B3738;
} }
#header a:hover { #header a:hover, #footer a:hover {
border-bottom: 1px dashed transparent; border-bottom: 1px dashed transparent;
} }

@ -73,13 +73,11 @@
<div id="footer"> <div id="footer">
<span style="padding-left: 10px;"> <p style="padding-left: 15px;">
Copyright &copy; 2016. All rights reserved. Logo copyrights belong to their respective owners.
<br />
Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> // Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a> Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> // Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>
</span> </p>
</div> </div>