diff options
author | jpope <jpope@jpope.org> | 2014-01-07 23:23:53 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-07 23:23:53 -0600 |
commit | 4a9a796a7fd7fcc144229c19260cbd1c02c279f0 (patch) | |
tree | b3336f786dc8409e6d1fb7ec8d465ba2f44c2dc4 /mediagoblin/static/css | |
parent | 1469f432fca34f7eccac25cc0037d156bd0c3cb0 (diff) | |
download | mediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.tar.lz mediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.tar.xz mediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.zip |
rename couple of css classes
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 87c9b5dd..d77a7b1a 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -329,11 +329,11 @@ text-align: center; margin-right:0; } -.heaven { +.head { margin-top:0; } -.hell { +.foot { margin-bottom:0; } |