From 5c3fb0015c5e4a8b36008704904b85fff59b158d Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Tue, 9 Feb 2010 21:43:09 +0000 Subject: Update search box style on search page --- search.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index 7932870..d73540f 100644 --- a/search.php +++ b/search.php @@ -23,13 +23,15 @@ if (isset($_GET['query']) && $_GET['query'] != '') { $search_box = ''; $search_box .= + '
'."\n". '
'."\n". - ''."\n". + ''."\n". ''."\n". ''."\n". - ''."\n". - ''."\n". - '
'; + ''."\n". + ''."\n". + ''."\n". + '
'; $search_started = getmicrotime(); if ($search_valid) { -- cgit v1.2.3