]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
adapted z's search engine hints and header
authornyov <nyov@nexnode.net>
Sat, 5 May 2012 16:36:25 +0000 (18:36 +0200)
committernyov <nyov@nexnode.net>
Sat, 5 May 2012 16:36:25 +0000 (18:36 +0200)
forgot actually committing the changes. fail.

xonstat/static/css/style.css
xonstat/templates/nav.mako

index ffc7d24bb2937e7bfac571e06e9d33dce8c73ffe..0d8bcb3767091747d23f81a7159108bbeb382733 100755 (executable)
@@ -3430,15 +3430,10 @@ header {
   height:0;
 }
 header a {
-  position:absolute;
-  top:20px;
-  left:180px;
   display:block;
-  height:210px;
-  width:0;
-  padding-left:660px;
   overflow:hidden;
 }
+header h1 { display:none; }
 header h2 { display:none; }
 
 /* Game scoreboard */
index 3e10e673d5a468230729a82f8e4a8493313242b5..f4db7d0a71f2dd4c9f6d8493d03d1d6fbb4e0c5f 100755 (executable)
@@ -9,8 +9,7 @@
           </a>
           <header>
             <a class="brand" href="${request.route_url('main_index')}">
-             <img src="/static/css/img/Xonotic_icon.png" />
-             <h1>Xonotic Game Statistics</h1>
+             <img src="/static/css/img/Xonotic_icon.png" /><h1>Xonotic Game Statistics</h1>
             </a>
             <h2>Xonotic is a fast-paced open-source GPL first person shooter</h2>
           </header>