diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-29 14:13:19 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-29 14:13:19 -0500 |
commit | b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 (patch) | |
tree | 8caff9aafa9908fa7363605e09430e0c44b804fd | |
parent | 6f73c51e3c19f70b66d5767bf3642d94162d781f (diff) | |
download | mediagoblin-b20fa83bc0ab9808ffcb8cee642a4cb3241a8558.tar.lz mediagoblin-b20fa83bc0ab9808ffcb8cee642a4cb3241a8558.tar.xz mediagoblin-b20fa83bc0ab9808ffcb8cee642a4cb3241a8558.zip |
Removing this extra padding after form_field_box.
Maybe I'm wrong to do this, but it does seem excessive to me.
I should talk to Jef about it probably :)
-rw-r--r-- | mediagoblin/static/css/base.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index b32beee1..563f5b84 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -213,10 +213,6 @@ text-align: center; width: 100%; } -.form_field_box { - margin-bottom: 24px; -} - .form_field_label,.form_field_input { margin-bottom: 4px; } |