Final page tweaks
This commit is contained in:
parent
fd381fb28a
commit
35e5d610aa
@ -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 © 2016. All rights reserved. Logo copyrights belong to their respective owners.
|
|
||||||
<br />
|
|
||||||
Made with <span style="color: #e74c3c;">♥</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;">♥</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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user