diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-05-20 01:31:45 +0200 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-23 17:39:52 -0500 |
commit | 265c19ae338001f718161f2fc812258ba7ff03e5 (patch) | |
tree | 9b21305b1483928761ef12a00ef5fa0e78696ad4 | |
parent | a7b9c65ed52475d872f398ac8f19753cec32a69e (diff) | |
download | mediagoblin-265c19ae338001f718161f2fc812258ba7ff03e5.tar.lz mediagoblin-265c19ae338001f718161f2fc812258ba7ff03e5.tar.xz mediagoblin-265c19ae338001f718161f2fc812258ba7ff03e5.zip |
Changed background colors to plain colors
-rw-r--r-- | mediagoblin/static/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index c66b4526..523be74c 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -38,7 +38,7 @@ label { .mediagoblin_header { width:100%; height:60px; - background-image:url('../images/header_back.png'); + background-color:#393939; padding-top:40px; margin-bottom:80px; } |