JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform css: fix spacing hack for legends
authorJason Woofenden <jason@jasonwoof.com>
Wed, 9 Mar 2011 19:49:39 +0000 (14:49 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 9 Mar 2011 19:49:39 +0000 (14:49 -0500)
metaform/style.css

index 8d31357..d996a8a 100644 (file)
@@ -29,7 +29,7 @@ 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,