summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-07-25 20:30:15 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-07-25 20:30:15 +0200
commit27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99 (patch)
tree49548f414bc463b1d913443fc33d5c70dc1e536e /skins
parent0381e61bbec785dd6bafb57d4dc928d1dfe402b9 (diff)
downloadbugzilla-27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99.tar.gz
bugzilla-27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99.tar.xz
Remove an extra comma which makes the W3C CSS validator to complain (+ some unrelated whitespace cleanup)
r=wicked on IRC
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/search_form.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/standard/search_form.css b/skins/standard/search_form.css
index 0e661c9a0..509d87f66 100644
--- a/skins/standard/search_form.css
+++ b/skins/standard/search_form.css
@@ -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;