Reduce the search box width to avoid wrapping.

This commit is contained in:
Brendan Dahl 2012-04-24 12:38:07 -07:00
parent 2db0ee6ba3
commit a57054ef9e

View File

@ -202,7 +202,7 @@ body {
} }
#searchToolbar > input { #searchToolbar > input {
width: 220px; width: 210px;
} }
#searchResults { #searchResults {