1
0
mirror of https://github.com/golang/go synced 2024-11-21 18:14:42 -07:00

make search box width dynamically sized

R=rsc, agl
http://go/go-review/1024032
This commit is contained in:
Robert Griesemer 2009-11-09 10:27:07 -08:00
parent 0c7e20ba67
commit 568c018fee

View File

@ -107,7 +107,7 @@
<li class="blank">&nbsp;</li>
<li class="navhead">Go code search</li>
<form method="GET" action="/search" class="search">
<input type="search" name="q" value="{Query|html}" size="25" />
<input type="search" name="q" value="{Query|html}" size="25" style="width:75%; max-width:200px" />
<input type="submit" value="Go" />
</form>