Fix search query for Firefox

master
Nick Sergeant 2012-05-23 21:18:51 -04:00
parent e8be516c5c
commit 254a664f51
2 changed files with 2 additions and 2 deletions

View File

@ -1169,7 +1169,7 @@ body.search div.static-box form {
margin-bottom: 0;
}
body.search div.static-box form input.search-query {
width: 570px;
width: 569px;
}
body.search div.static-box form button {
padding: 4px 16px 4px;

View File

@ -1305,7 +1305,7 @@ body.search {
margin-bottom: 0;
input.search-query {
width: 570px;
width: 569px;
}
button {
padding: 4px 16px 4px;