From: Frédéric Buclin Date: Mon, 25 Jul 2011 18:34:10 +0000 (+0200) Subject: Remove an extra comma which makes the W3C CSS validator to complain X-Git-Tag: bugzilla-4.0.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c378494e2cbfcb0f74c71f64f6dce520c6d6e13;p=thirdparty%2Fbugzilla.git Remove an extra comma which makes the W3C CSS validator to complain r=wicked on IRC --- diff --git a/skins/standard/search_form.css b/skins/standard/search_form.css index 7258b880b3..618513c89d 100644 --- a/skins/standard/search_form.css +++ b/skins/standard/search_form.css @@ -89,7 +89,7 @@ } #summary_field.search_field_row input, -#summary_field.search_field_row select, +#summary_field.search_field_row select { display: inline; padding-bottom: 0;