diff --git a/godoc/static/static.go b/godoc/static/static.go index 02d04357..5c42fd0d 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -2783,7 +2783,7 @@ h2, h3, h4, .rootHeading { - margin: 40px 0 20px; + margin: 20px 0 20px; padding: 0; color: #375EAB; font-weight: bold; @@ -3483,5 +3483,6 @@ a.error { border: 1px solid #BBB; white-space: pre-wrap; } -}`, +} +`, } diff --git a/godoc/static/style.css b/godoc/static/style.css index 3ea4a11f..241fa903 100644 --- a/godoc/static/style.css +++ b/godoc/static/style.css @@ -66,7 +66,7 @@ h2, h3, h4, .rootHeading { - margin: 40px 0 20px; + margin: 20px 0 20px; padding: 0; color: #375EAB; font-weight: bold; @@ -766,4 +766,4 @@ a.error { border: 1px solid #BBB; white-space: pre-wrap; } -} \ No newline at end of file +}