Skip to content

Commit 3dbab3c

Browse files
committed
search form mods
1 parent 764ca66 commit 3dbab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searchform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<input type="text" id="s" name="s" autocomplete="off" placeholder="Search" class="form-control">
1313
<input type="hidden" value="the_search_text" name="action">
1414
<span class="input-group-btn">
15-
<label title="search" for="s" class="btn btn-default">Go!</label>
15+
<label title="search" for="s" class="btn btn-default" style="margin:0">Go!</label>
1616
</span>
1717
</div>
1818
</form>

0 commit comments

Comments
 (0)