mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Fixes #25
This commit is contained in:
parent
1e645688e6
commit
cad68f9f72
2 changed files with 5 additions and 5 deletions
|
@ -183,7 +183,7 @@ i.rules-icon:hover {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.useful > li > a > i {
|
.useful > a > li > i {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,10 +149,10 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h3 style="text-align: center;">Useful Links</h3>
|
<h3 style="text-align: center;">Useful Links</h3>
|
||||||
<ul class="useful">
|
<ul class="useful">
|
||||||
<li><a href="http://totalfreedom.boards.net" target="_blank" class="readmore"><i class="fa fa-comments icon"></i><br/> Forum</a></li>
|
<a href="http://totalfreedom.boards.net" target="_blank" class="readmore"> <li><i class="fa fa-comments icon"></i><br/> Forum</li></a>
|
||||||
<li><a href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins" target="_blank" class="readmore"><i class="fa fa-ban icon"></i><br/> Conduct Policy</i></a></li>
|
<a href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins" target="_blank" class="readmore"> <li><i class="fa fa-ban icon"></i><br/> Conduct Policy</li></a>
|
||||||
<li><a href="http://github.com/TotalFreedom" target="_blank" class="readmore"><i class="fa fa-github icon"></i><br/> Github</i></a></li>
|
<a href="http://github.com/TotalFreedom" target="_blank" class="readmore"> <li><i class="fa fa-github icon"></i><br/>Github</li></a>
|
||||||
<li><a href="https://twitter.com/totalfreedommc" target="_blank" class="readmore"><i class="fa fa-twitter icon"></i><br/> Twitter</i></a></li>
|
<a href="https://twitter.com/totalfreedommc" target="_blank" class="readmore"><li><i class="fa fa-twitter icon"></i><br/> Twitter</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue