aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-09 14:49:01 -0800
committerRobert Griesemer <gri@golang.org>2009-11-09 14:49:01 -0800
commit93c3f5124e2df0513b171e9a327fefd7618b1235 (patch)
tree8704c6e2ddb3beb03fef97d25adc7dbadff25361
parent92743615fbc1e41f6bc090d6309c73dd4b97cc1b (diff)
downloadgo-93c3f5124e2df0513b171e9a327fefd7618b1235.tar.gz
go-93c3f5124e2df0513b171e9a327fefd7618b1235.zip
make search box ever so slightly wider
R=rsc http://go/go-review/1024036
-rw-r--r--lib/godoc/godoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html
index d53e57507f..3b46e96dac 100644
--- a/lib/godoc/godoc.html
+++ b/lib/godoc/godoc.html
@@ -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" style="width:75%; max-width:200px" />
+ <input type="search" name="q" value="{Query|html}" size="25" style="width:80%; max-width:200px" />
<input type="submit" value="Go" />
</form>