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 :)
This commit is contained in:
Christopher Allan Webber 2011-10-29 14:13:19 -05:00
parent 6f73c51e3c
commit b20fa83bc0

View File

@ -213,10 +213,6 @@ text-align: center;
width: 100%; width: 100%;
} }
.form_field_box {
margin-bottom: 24px;
}
.form_field_label,.form_field_input { .form_field_label,.form_field_input {
margin-bottom: 4px; margin-bottom: 4px;
} }