# HG changeset patch # User Jim Hague # Date 1361200586 0 # Node ID c173abe4441b43a0bd3b1117663f0971f3457890 # Parent 28060949020dff52e9dd4dfc629eb980c3571819 Rework page header to graphic with Havoc font and better buzzard. diff -r 28060949020d -r c173abe4441b web/css/dottes.css --- a/web/css/dottes.css Sun Feb 17 10:30:22 2013 +0000 +++ b/web/css/dottes.css Mon Feb 18 15:16:26 2013 +0000 @@ -28,18 +28,23 @@ 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; }