_s: Update search form markup to make it forward compatible with HTML5

search form in 3.6. As a result, `searchfornm.php` can be safely
removed in the future. Also fixes #240.
This commit is contained in:
obenland 2013-06-29 16:19:10 -04:00
parent a514017986
commit 6e22132768
2 changed files with 8 additions and 6 deletions

View file

@ -579,7 +579,7 @@ object {
}
/* Search widget */
.widget_search .submit {
.widget_search .search-submit {
display: none;
}