From 1c03a075919681c398622bc36ca9f78b5f3c1737 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Sep 2011 10:36:56 -0700 Subject: bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere --- lib/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 99177138a..0440e3c67 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -26,7 +26,7 @@ fieldset { } // Parent element that clears floats and wraps labels and fields together -.clearfix { +form .clearfix { margin-bottom: @baseline; } -- cgit v1.2.3