From e91a74e8e89240d061478326ad26bd4ffa9ce910 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 28 Jun 2011 14:24:02 -0700 Subject: fix license indent and make comments consistent --- lib/forms.less | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 3718b2f73..876f62123 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -1,7 +1,7 @@ /* - Forms - Base line styles for various input types, form layouts, and states -*/ + * Forms.less + * Base line styles for various input types, form layouts, and states + */ /* Global form styles @@ -79,14 +79,14 @@ form { .box-shadow(inset 0 1px 2px rgba(0,0,0,.075)); } // Focus states - input[type=text], - input[type=password], + input[type=text], + input[type=password], select, textarea { @transition: border linear .2s, box-shadow linear .2s; .transition(@transition); } - input[type=text]:focus, - input[type=password]:focus, + input[type=text]:focus, + input[type=password]:focus, textarea:focus { outline: none; border-color: rgba(82,168,236,.75); @@ -102,8 +102,8 @@ form { > label { color: @red; } - input[type=text], - input[type=password], + input[type=text], + input[type=password], textarea { border-color: @error-text; .box-shadow(0 0 3px rgba(171,41,32,.25)); @@ -304,7 +304,7 @@ ul.inputs-list { form.form-stacked { fieldset { padding-top: @baseline / 2; - } + } legend { margin-left: 0; } -- cgit v1.2.3