Commit 568c018f authored by Robert Griesemer's avatar Robert Griesemer

make search box width dynamically sized

R=rsc, agl
http://go/go-review/1024032
parent 0c7e20ba
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<li class="blank">&nbsp;</li> <li class="blank">&nbsp;</li>
<li class="navhead">Go code search</li> <li class="navhead">Go code search</li>
<form method="GET" action="/search" class="search"> <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" /> <input type="submit" value="Go" />
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment