JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css "space between" hack only for margins
authorJason Woofenden <jason@jasonwoof.com>
Fri, 18 Mar 2011 02:13:48 +0000 (22:13 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 18 Mar 2011 02:13:48 +0000 (22:13 -0400)
metaform/style.css
metaform/template.php

index d996a8a..c39d711 100644 (file)
@@ -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;
 }
index bb85036..aea7bd6 100644 (file)
@@ -99,8 +99,7 @@ function ~file_name~_display_main() {
 }
 
 function ~file_name~_edit_main() {<!--~}~--><!--~pulldowns {~-->
-       pulldown('~name~', ~pulldown_options~);
-<!--~}~--><!--~opt_db {~-->
+       pulldown('~name~', ~pulldown_options~);<!--~}~--><!--~opt_db {~-->
        $edit_id = format_int($_REQUEST['~file_name~_edit_id']);
        unset($_REQUEST['~file_name~_edit_id']);
        if($edit_id) {