From 6e221327687f99e6805b3bfa18897c0fe973ee11 Mon Sep 17 00:00:00 2001 From: obenland Date: Sat, 29 Jun 2013 16:19:10 -0400 Subject: [PATCH] _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. --- searchform.php | 12 +++++++----- style.css | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/searchform.php b/searchform.php index 052fc826..5a49665a 100644 --- a/searchform.php +++ b/searchform.php @@ -5,8 +5,10 @@ * @package _s */ ?> - + diff --git a/style.css b/style.css index 682841ab..e6ea4bf5 100644 --- a/style.css +++ b/style.css @@ -579,7 +579,7 @@ object { } /* Search widget */ -.widget_search .submit { +.widget_search .search-submit { display: none; }