Skip to content

Commit f88f6f4

Browse files
committed
Style search box
1 parent 168e733 commit f88f6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
[% END %]
2727
</ul>
2828
</div>
29-
<div style="float:left">
29+
<div style="float:left;padding-left:20px">
3030
<form action="/search">
3131
<input type="text" name="signal">
32-
<input type="submit" name="submit" value="Quick search">
32+
<input type="submit" class="submit" name="submit" value="Quick search">
3333
</form>
3434
</div>
3535
<div class="username">

0 commit comments

Comments
 (0)