diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-12-04 21:11:42 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-12-04 21:11:42 +0100 |
commit | 209bfb35cd4e94775999238336dc628ab1be3b9d (patch) | |
tree | ac027228d3fbd6cbc62615d8003e272cced49a0e | |
parent | 3351e5b242d8457fd5adb119267e70a898b6113f (diff) | |
download | mediagoblin-209bfb35cd4e94775999238336dc628ab1be3b9d.tar.lz mediagoblin-209bfb35cd4e94775999238336dc628ab1be3b9d.tar.xz mediagoblin-209bfb35cd4e94775999238336dc628ab1be3b9d.zip |
Edit header styling (add border-bottom, remove background-color); add margin to header_dropdown
-rw-r--r-- | mediagoblin/static/css/base.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; |