You need to sign in or sign up before continuing.
Commit 27b98ef1 authored by Frédéric Buclin's avatar Frédéric Buclin

Remove an extra comma which makes the W3C CSS validator to complain (+ some…

Remove an extra comma which makes the W3C CSS validator to complain (+ some unrelated whitespace cleanup) r=wicked on IRC
parent 0381e61b
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
margin-bottom: 0.5em; 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; display: inline;
} }
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
} }
#summary_field.search_field_row input, #summary_field.search_field_row input,
#summary_field.search_field_row select, #summary_field.search_field_row select
{ {
display: inline; display: inline;
padding-bottom: 0; padding-bottom: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment