From 3404aebda95c78a98e477c120354f20891f55c7b Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 21:27:12 -0700 Subject: search page styling --- views/layouts/default.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/layouts/default.html.php') diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index bfb04d9..9464d80 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -62,7 +62,7 @@ use \lithium\security\Auth; '; ?> - form->create(null, array('url' => '/search/', 'class' => 'search', 'method' => 'get')); ?> + form->create(null, array('url' => '/search/', 'class' => 'navsearch', 'method' => 'get')); ?> form->text('q', array('placeholder' => 'Search...')); ?> form->end(); ?> -- cgit v1.2.3