From: Ant Zucaro Date: Thu, 6 Sep 2012 00:59:21 +0000 (-0400) Subject: Add a text-shadow and more margin to the bottom of the headline. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b8fafb6afb0cdd371b6ebbc0361ad819b77e53dd;p=xonotic%2Fxonstat.git Add a text-shadow and more margin to the bottom of the headline. --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index 7eac431..d366413 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -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; diff --git a/xonstat/templates/base.mako b/xonstat/templates/base.mako index 95065f9..0386533 100644 --- a/xonstat/templates/base.mako +++ b/xonstat/templates/base.mako @@ -37,7 +37,7 @@
-
<%block name="title">
+
<%block name="title"> 
${self.body()}