Style: Use images for gradients + image for search button

I couldn't get firefox to play nice with the search button styling, so
replaced it completely with an image. Its location still off by one
pixel in Firefox, though. :-(
This commit is contained in:
Yorhel 2012-07-11 18:16:36 +02:00
parent e211524b8c
commit f2bf6829c3
4 changed files with 10 additions and 21 deletions

View file

@ -488,7 +488,7 @@ sub htmlHeader {
a href => '/', 'manned.org';
form;
input type => 'text', name => 'q';
input type => 'submit', value => 'Search';
input type => 'submit', value => ' ';
end;
end;