From: Jef van Schendel Date: Tue, 4 Dec 2012 20:11:42 +0000 (+0100) Subject: Edit header styling (add border-bottom, remove background-color); add margin to heade... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=209bfb35cd4e94775999238336dc628ab1be3b9d;p=mediagoblin.git Edit header styling (add border-bottom, remove background-color); add margin to header_dropdown --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 3b23c06c..2ba17936 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -118,8 +118,7 @@ header { margin-right: auto; padding: 0; margin-bottom: 42px; - background-color: #303030; - border-bottom: 1px solid #252525; + border-bottom: 1px solid #333; } .header_right { @@ -141,6 +140,10 @@ header { list-style: none; } +.header_dropdown { + margin: 20px; +} + a.logo { color: #fff; font-weight: bold;