From: Jason Woofenden Date: Fri, 18 Mar 2011 02:13:48 +0000 (-0400) Subject: css "space between" hack only for margins X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=3a740a107f24eeff6544c932f4bf480a81092de2 css "space between" hack only for margins --- diff --git a/metaform/style.css b/metaform/style.css index d996a8a..c39d711 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -35,7 +35,6 @@ section > :first-child, nav > :first-child, div > :first-child, .first { - padding-top: 0px; margin-top: 0px; } td > :last-child, @@ -46,6 +45,5 @@ section > :last-child, nav > :last-child, div > :last-child, .last { - padding-bottom: 0px; margin-bottom: 0px; } diff --git a/metaform/template.php b/metaform/template.php index bb85036..aea7bd6 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -99,8 +99,7 @@ function ~file_name~_display_main() { } function ~file_name~_edit_main() { - pulldown('~name~', ~pulldown_options~); - + pulldown('~name~', ~pulldown_options~); $edit_id = format_int($_REQUEST['~file_name~_edit_id']); unset($_REQUEST['~file_name~_edit_id']); if($edit_id) {