From c568bcc7d9711f1d51c02a56ebb0ee07b79a9b77 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 18 Feb 2013 15:16:26 +0000 Subject: [PATCH] Rework page header to graphic with Havoc font and better buzzard. --- web/css/dottes.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/web/css/dottes.css b/web/css/dottes.css index df7e9a3..5b0e45a 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -28,18 +28,23 @@ div.clear padding: 5px; } +div.banner +{ + height: 136px; + background-color: #9900cc; + background-image: url('../img/banner.png'); + background-repeat: no-repeat; + background-position: center center; +} + div.banner h1 { - background-color: #9900cc; + display: none; text-align: left; font-size: 50px; font-weight: bold; color: #000000; - height: 136px; font-family: 'Pirata One', sans-serif; - background-image: url('../img/buzzard.jpg'); - background-repeat: no-repeat; - background-position: right center; padding: 10px; }