]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove an extra comma which makes the W3C CSS validator to complain
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 18:34:10 +0000 (20:34 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 18:34:10 +0000 (20:34 +0200)
r=wicked on IRC

skins/standard/search_form.css

index 7258b880b3ce52f5d9cf5307d8282c43023c6d0a..618513c89d46aa00ecc836c7537bed2759d3a9c3 100644 (file)
@@ -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;