]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Center the footer.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 25 Mar 2013 21:47:37 +0000 (17:47 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 25 Mar 2013 21:47:37 +0000 (17:47 -0400)
xonstat/templates/base.mako

index 1491d57ed9e27e1435804f4e946902d7a47597d6..3cbfd6c5c8c3049d4767b93ad64f4244c934299a 100644 (file)
       </div> <!-- /main row -->
 
       <%block name="footer">
-      <p class="pagination-centered">XonStat is an open source (GPLv2) project created by Antibody. Fork it <a href="https://github.com/antzucaro/XonStat" title="Go to the project page">on Github!</a> <br />Questions? Check the <a href="https://github.com/antzucaro/XonStat/wiki/FAQ" title="FAQ">FAQ</a> first. <br />Issues? Log them either <a href="http://dev.xonotic.org/projects/xonstat" title="Xonotic Redmin Issue Tracker">here</a> or <a href="https://github.com/antzucaro/XonStat/issues" title="GitHub issue tracker">here</a> - I check both!</p>
+      <div class="row">
+        <div class="span10 offset1">
+          <p class="text-center" >XonStat is an open source (GPLv2) project created by Antibody. Fork it <a href="https://github.com/antzucaro/XonStat" title="Go to the project page">on Github!</a> <br />Questions? Check the <a href="https://github.com/antzucaro/XonStat/wiki/FAQ" title="FAQ">FAQ</a> first. <br />Issues? Log them either <a href="http://dev.xonotic.org/projects/xonstat" title="Xonotic Redmin Issue Tracker">here</a> or <a href="https://github.com/antzucaro/XonStat/issues" title="GitHub issue tracker">here</a> - I check both!</p>
+        </div>
+      </div>
       </%block>
 
       <%block name="js">