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

skins/standard/search_form.css

index 0e661c9a0d307a0718ce1a162ada8a954e24c110..509d87f665bf95e91a2eb61c84ed2663f9a8a06a 100644 (file)
@@ -80,7 +80,7 @@
   margin-bottom: 0.5em;
 }
 
-.search_field_row .container_date_from, .search_field_row .container_date_to{
+.search_field_row .container_date_from, .search_field_row .container_date_to {
   display: inline;
 }
 
@@ -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;