diff --git a/www/conservancy/static/conservancy.css b/www/conservancy/static/conservancy.css index 89c34695d1d0e3fa91c26673c9c9c5521fd7be72..9eba37ae688fa69d6fde0c2e2d8e433161c49403 100644 --- a/www/conservancy/static/conservancy.css +++ b/www/conservancy/static/conservancy.css @@ -46,7 +46,7 @@ h2 { border-bottom: 1px solid #aaa; } /* Header */ #conservancyheader { - height: 50px; + height: 80px; /* background-color: #d1ff96; */ /* background-color: #92CC58; */ /* background-color: #BDD8A2; */ @@ -54,22 +54,21 @@ h2 { border-bottom: 1px solid #aaa; } /* background-color: #b5cd9d; */ background-color: #afe578; border-bottom: 1px solid #808080; - padding-top: 40px; + padding-top: 60px; } #conservancyheader h1 { text-indent: 0; margin: 0; - margin-left: 104px; - line-height: 50px; + margin-left: 160px; + line-height: 100px; } #conservancyheader h1 a { color: #000; } - #logobutton { display: block; - position: absolute; left: 17px; top: 10px; height: 75px; width: 75px; - background: url(/img/conservancy-logo-75px.png) left center no-repeat; + position: absolute; left: 17px; top: 10px; height: 120px; width: 120px; + background: url(/img/conservancy-logo-120px.png) left center no-repeat; } /* Navigation bar */