]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Turn off italics in the header.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 15 Sep 2012 12:12:18 +0000 (08:12 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 15 Sep 2012 12:12:18 +0000 (08:12 -0400)
People didn't like the italics in the header, stating that it
didn't really fit the style. I didn't really have an opinion
either way, so I straightened it back up. I also removed the non-
breaking space after the header that was put in to "even out" the
slant of the italics.

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

index d87b5bf5b43d0309645839d5bb4b0462706dde4f..4d52feb225700d0985ef86927ec61027e53934de 100755 (executable)
@@ -3404,7 +3404,6 @@ a.thumbnail:hover {
 #title {
     color: #0088CC;
     font-size: 30px;
-    font-style: italic;
     margin-bottom: 25px;
     position: relative;
     text-align: center;
index 3d6af2dc01da957f4c0e2e10f4465ea2ca49bd4a..4b95949720668fc73fec0e346820084368eb4965 100644 (file)
@@ -37,7 +37,7 @@
 
       <div class="row">
         <div class="span12" id="xonborder">
-          <div id="title"><%block name="title"></%block>&nbsp;</div>
+          <div id="title"><%block name="title"></%block></div>
             ${self.body()}
         </div> <!-- /xonborder -->
       </div> <!-- /main row -->