From: Jason Woofenden Date: Wed, 9 Mar 2011 19:49:39 +0000 (-0500) Subject: metaform css: fix spacing hack for legends X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=19f414ad930c8b98149a2d22c6b319983392c8c0 metaform css: fix spacing hack for legends --- diff --git a/metaform/style.css b/metaform/style.css index 8d31357..d996a8a 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -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,