mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
cleaner footer html
This commit is contained in:
parent
4aa21e03d9
commit
c201921dc1
2 changed files with 15 additions and 14 deletions
|
|
@ -147,7 +147,10 @@ li:hover .task-meta-controls .hover-show
|
|||
.footer ul li
|
||||
list-style:none
|
||||
float:left
|
||||
padding-right:10px
|
||||
.footer ul li:after
|
||||
content: "\00A0\00A0|\00A0\00A0"
|
||||
.footer ul li:last-child:after
|
||||
content: ""
|
||||
.footer table td
|
||||
vertical-align: top
|
||||
|
||||
|
|
|
|||
|
|
@ -149,19 +149,8 @@
|
|||
<myFooter:>
|
||||
<footer class=footer>
|
||||
<div class=container>
|
||||
<div clas=row>
|
||||
<div class='span5'>
|
||||
<ul>
|
||||
<li>Copyright © 2012 Tyler Renelle</li>
|
||||
<li><a target="_blank" href="https://github.com/lefnire/habitrpg#habitrpg">About</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/terms">Terms</a></li>
|
||||
<li><a target="_blank" href="http://ocdevel.com/contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{#unless _mobileDevice}
|
||||
<div class='span5'>
|
||||
<div class='pull-right'>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
@ -186,7 +175,16 @@
|
|||
</table>
|
||||
</div>
|
||||
{/}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>Copyright © 2012 Tyler Renelle</li>
|
||||
<li><a target="_blank" href="https://github.com/lefnire/habitrpg#habitrpg">About</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/terms">Terms</a></li>
|
||||
<li><a target="_blank" href="http://ocdevel.com/contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue