From: Ant Zucaro Date: Sat, 15 Sep 2012 12:12:18 +0000 (-0400) Subject: Turn off italics in the header. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4b51a7392a0756996381545994decac020c2c782;p=xonotic%2Fxonstat.git Turn off italics in the header. 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. --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index d87b5bf..4d52feb 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -3404,7 +3404,6 @@ a.thumbnail:hover { #title { color: #0088CC; font-size: 30px; - font-style: italic; margin-bottom: 25px; position: relative; text-align: center; diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index 3d6af2d..4b95949 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -37,7 +37,7 @@
-
<%block name="title"> 
+
<%block name="title">
${self.body()}