diff --git a/godoc/dl/tmpl.go b/godoc/dl/tmpl.go
index 440917ab..c5df742a 100644
--- a/godoc/dl/tmpl.go
+++ b/godoc/dl/tmpl.go
@@ -89,7 +89,7 @@ const templateHTML = `
The Project
Help
Blog
-
+
diff --git a/godoc/static/godoc.html b/godoc/static/godoc.html
index e0caaa89..fb26901c 100644
--- a/godoc/static/godoc.html
+++ b/godoc/static/godoc.html
@@ -38,7 +38,7 @@
{{if .Playground}}
Play
{{end}}
-
+
diff --git a/godoc/static/static.go b/godoc/static/static.go
index b41e9110..8197d894 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -502,7 +502,7 @@ var Files = map[string]string{
{{if .Playground}}
Play
{{end}}
-
+
@@ -3183,7 +3183,9 @@ input#search + button {
background-color: #375EAB;
color: white;
border: 1px solid #375EAB;
+ border-top-left-radius: 0;
border-top-right-radius: 5px;
+ border-bottom-left-radius: 0;
border-bottom-right-radius: 5px;
margin-left: 0;
cursor: pointer;
diff --git a/godoc/static/style.css b/godoc/static/style.css
index 036e4177..e4d1e4c3 100644
--- a/godoc/static/style.css
+++ b/godoc/static/style.css
@@ -306,7 +306,9 @@ input#search + button {
background-color: #375EAB;
color: white;
border: 1px solid #375EAB;
+ border-top-left-radius: 0;
border-top-right-radius: 5px;
+ border-bottom-left-radius: 0;
border-bottom-right-radius: 5px;
margin-left: 0;
cursor: pointer;