JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css "space between" hack only for margins
[wfpl.git] / metaform / style.css
index 8d31357..c39d711 100644 (file)
@@ -29,13 +29,12 @@ div.error {
 /* hack so that vertical margins are only between siblings for the most part */
 td > :first-child,
 th > :first-child,
-legend + :first-child,
+legend + *,
 article > :first-child,
 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;
 }