Simplify the footer

This commit is contained in:
Cryptkeeper 2017-03-11 18:57:35 -06:00
parent f722f5295a
commit f9b689199d
2 changed files with 2 additions and 9 deletions

@ -88,7 +88,6 @@ a {
padding: 15px 0;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
text-align: center;
}
/* Tagline */
@ -261,13 +260,8 @@ h3 {
position: relative;
}
#perc-bar-text {
}
#perc-bar > .perc-bar-part {
height: 100%;
display: inline-block;
position: absolute;
}

@ -76,10 +76,9 @@
<div id="footer">
Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a>. Read the source code on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>.<br />
*Older records may not be reflected due to tracking behavior.
<span style="padding-left: 15px;">Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a>. Read the source code on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>. Older records may not be reflected due to tracking behavior.</span>
</div>
</div>
<!-- External JS assets -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>