From b8fafb6afb0cdd371b6ebbc0361ad819b77e53dd Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 5 Sep 2012 20:59:21 -0400 Subject: [PATCH] Add a text-shadow and more margin to the bottom of the headline. --- xonstat/static/css/style.css | 3 ++- xonstat/templates/base.mako | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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()}
-- 2.39.2