fixed footer stuff

This commit is contained in:
pixeldesu 2014-08-18 18:05:35 +02:00
parent 469692e707
commit e233711653
2 changed files with 9 additions and 1 deletions

View File

@ -21,4 +21,12 @@
.float-right {
float: right;
}
.footer-lm {
margin-left: 10px;
}
.footer-rm {
margin-right: 10px;
}

View File

@ -1,6 +1,6 @@
<footer>
<hr/>
<span class="text-muted">{$words_total} words sent in!</span> <span class="text-right">3words by Leafcat Coding &copy; 2014</span>
<span class="text-muted footer-lm">{$words_total} words sent in!</span> <span class="float-right footer-rm">3words by Leafcat Coding &copy; 2014</span>
</footer>
</body>
</html>