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:
parent
e211524b8c
commit
f2bf6829c3
4 changed files with 10 additions and 21 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue