Attempts to fix text display; make background white as an experiment.

This commit is contained in:
Bradley M. Kuhn 2010-10-03 12:20:01 -04:00
parent 0fc09ea154
commit 34a5a7a2e0

View file

@ -46,13 +46,14 @@ h2 { border-bottom: 1px solid #aaa; }
/* Header */ /* Header */
#conservancyheader { #conservancyheader {
height: 90px; height: 50px;
/* background-color: #d1ff96; */ /* background-color: #d1ff96; */
background-color: #92CC58; /* background-color: #92CC58; */
background-color: #BDD8A2; /* background-color: #BDD8A2; */
background-color: #ffffff;
border-bottom: 1px solid #808080; border-bottom: 1px solid #808080;
font-size: 4em; font-size: 300%;
display: block; padding-top: 40px;
} }
#logobutton { #logobutton {