style change

This commit is contained in:
wlx 2013-04-29 01:49:45 +00:00
parent 63f03a81c1
commit 9b937cd21e
1 changed files with 3 additions and 1 deletions

View File

@ -28,9 +28,11 @@
<div class="search">
<form action="" method="get">
<div class="input-prepend">
<input type="hidden" name="search" value='1' />
<input type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
<input class="span2 search-query" type="text" name="keyword" value="<?php echo $this->keyword; ?>" placeholder="搜索关键字"/>
<input type="submit" class="btn" value="搜索" />
</div>
</form>
</div><!-- search DIV -->