Skip to content

Commit

Permalink
improve Firefox search field size
Browse files Browse the repository at this point in the history
In Firefox, the search field was so large that it jutted below the black bar it sits in.

This has no effect on the size in Safari and Chrome. In Firefox, the search field would look even better at 15px, but 15px bumps the field down too small in Safari and Chrome.
  • Loading branch information
roryokane committed Jul 5, 2012
1 parent 167ed96 commit 10fac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/styles/base.css.scss
Expand Up @@ -189,7 +189,7 @@ form.search {

.search input {
width: 200px;
font-size: 25px;
font-size: 16px;
color: $purple;
}

Expand Down

0 comments on commit 10fac42

Please sign in to comment.