From b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 29 Oct 2011 14:13:19 -0500 Subject: [PATCH] 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 :) --- mediagoblin/static/css/base.css | 4 ---- 1 file changed, 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; } -- 2.25.1