diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-07-08 16:05:20 +0200 |
---|---|---|
committer | Jef van Schendel <jefvanschendel@gmail.com> | 2011-07-08 16:05:20 +0200 |
commit | 77e63c8f2ebdc1ab61c1e514a489dd392383f22b (patch) | |
tree | 268cf989fe629643468f42e11def90541baee98b | |
parent | aa84bdd09ee15c6313e1f918c254174d0ed29d40 (diff) | |
download | mediagoblin-77e63c8f2ebdc1ab61c1e514a489dd392383f22b.tar.lz mediagoblin-77e63c8f2ebdc1ab61c1e514a489dd392383f22b.tar.xz mediagoblin-77e63c8f2ebdc1ab61c1e514a489dd392383f22b.zip |
Tiny height fix to footer
-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 2bc9ef6b..31b8ebc2 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -76,7 +76,7 @@ label { .mediagoblin_footer { width:100%; - height:26px; + height:30px; background-color:#2F2F2F; bottom:0px; padding-top:8px; |