]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/nav.mako
See you later, setup.cfg.
[xonotic/xonstat.git] / xonstat / templates / nav.mako
index ebaa19131905bf7876c1cbf4041fb089f9e043f7..deea128cca3afff58d9aa6e0e8f1286c4251f286 100644 (file)
@@ -3,7 +3,7 @@
 <!-- HEADER NAVIGATION -->
 <div class="contain-to-grid">
 
-  <div class="row">
+  <div class="row text-center">
     <div class="small-12 columns">
 
       <nav class="top-bar" data-topbar="" data-options="is_hover: false">
@@ -12,7 +12,7 @@
             <h1><a href="http://www.xonotic.org">Xonotic</a></h1>
           </li>
           <li class="name show-for-small-only">
-            <a href="/"><img src="http://www.xonotic.org/static/img/xonotic-icon-mono.png"></a>
+            <a href="/"><img src="/static/css/img/xonotic-icon-mono.png"></a>
           </li>
           <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
         </ul>
@@ -33,9 +33,6 @@
                 <li><a href="${request.route_url('server_index')}" title="Server Index">Servers</a></li>
                 <li><a href="${request.route_url('map_index')}" title="Map Index">Maps</a></li>
                 <li><a href="${request.route_url('search')}" title="Search">Search</a></li>
-                % if login_logout:
-                  <li><a href="#" title="Log in with Mozilla Persona">${request.persona_button}</a></li>
-                % endif
               </ul>
             </li>
             <li><a href="https://gitlab.com/groups/xonotic" title="Contribute to Xonotic"><i class="fa fa-wrench"></i> Contribute</a></li>