fixed footer stuff
This commit is contained in:
parent
469692e707
commit
e233711653
@ -22,3 +22,11 @@
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.footer-lm {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.footer-rm {
|
||||
margin-right: 10px;
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<span class="text-muted">{$words_total} words sent in!</span> <span class="text-right">3words by Leafcat Coding © 2014</span>
|
||||
<span class="text-muted footer-lm">{$words_total} words sent in!</span> <span class="float-right footer-rm">3words by Leafcat Coding © 2014</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user