From 4b51a7392a0756996381545994decac020c2c782 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 15 Sep 2012 08:12:18 -0400 Subject: [PATCH] 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. --- xonstat/static/css/style.css | 1 - xonstat/templates/base.mako | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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()}
-- 2.39.2