From 0df17f06d8cb94ccee42cd5c8536965c2df7e643 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Aug 2011 20:53:52 -0700 Subject: re-add div to error class --- lib/forms.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/forms.less b/lib/forms.less index d528bcd3f..2e8e59dde 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -112,7 +112,7 @@ form { } // Error styles - .error { + div.error { background: lighten(@red, 57%); padding: 10px 0; margin: -10px 0 10px; @@ -342,7 +342,7 @@ form.form-stacked { } } } - .error { + div.error { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; -- cgit v1.2.3