From 19f414ad930c8b98149a2d22c6b319983392c8c0 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 9 Mar 2011 14:49:39 -0500 Subject: [PATCH] metaform css: fix spacing hack for legends --- metaform/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4