]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Add a text-shadow and more margin to the bottom of the headline.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 6 Sep 2012 00:59:21 +0000 (20:59 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 6 Sep 2012 00:59:21 +0000 (20:59 -0400)
xonstat/static/css/style.css
xonstat/templates/base.mako

index 7eac4319d4fa441b5b8ead5ae13b1dd8028a5f59..d3664134823f5fb846bfd2290563d11c77907322 100755 (executable)
@@ -3404,9 +3404,10 @@ a.thumbnail:hover {
     color: #0088CC;
     font-size: 30px;
     font-style: italic;
-    margin-bottom: 15px;
+    margin-bottom: 25px;
     position: relative;
     text-align: center;
+    text-shadow: 2px 2px 3px #333;
 }
 #navsearch {
   float: right;
index 95065f9e53cfc08d902cfff9819d5723c75c98e7..03865330cc194c4b41134cf7b526ee2d7414fbae 100644 (file)
@@ -37,7 +37,7 @@
 
       <div class="row">
         <div class="span12" id="xonborder">
-          <div id="title"><%block name="title"></%block></div>
+          <div id="title"><%block name="title"></%block>&nbsp;</div>
             ${self.body()}
         </div> <!-- /xonborder -->
       </div> <!-- /main row -->