From: Jef van Schendel Date: Wed, 25 May 2011 22:45:17 +0000 (+0200) Subject: Changed header size X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3f139dd2595c63c01e184824c536d97aa68ee259;p=mediagoblin.git Changed header size --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index d2bc92a0..c7d3d4ad 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -20,7 +20,7 @@ body { h1 { font-family: 'Carter One', arial, serif; margin-bottom: 20px; - margin-top:50px; + margin-top:40px; } a { @@ -35,10 +35,10 @@ label { .mediagoblin_header { width:100%; - height:60px; + height:36px; background-color:#393939; - padding-top:40px; - margin-bottom:80px; + padding-top:14px; + margin-bottom:40px; } .icon {