From 34a5a7a2e0426f785fb7db6afa5bd994f091169b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 3 Oct 2010 12:20:01 -0400 Subject: [PATCH] Attempts to fix text display; make background white as an experiment. --- www/conservancy/static/conservancy.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/www/conservancy/static/conservancy.css b/www/conservancy/static/conservancy.css index 375f9cfb..c02aff31 100644 --- a/www/conservancy/static/conservancy.css +++ b/www/conservancy/static/conservancy.css @@ -46,13 +46,14 @@ h2 { border-bottom: 1px solid #aaa; } /* Header */ #conservancyheader { - height: 90px; + height: 50px; /* background-color: #d1ff96; */ - background-color: #92CC58; - background-color: #BDD8A2; +/* background-color: #92CC58; */ +/* background-color: #BDD8A2; */ + background-color: #ffffff; border-bottom: 1px solid #808080; - font-size: 4em; - display: block; + font-size: 300%; + padding-top: 40px; } #logobutton {