diff --git a/godoc/static/package.html b/godoc/static/package.html index 4244a107..6dc88e69 100644 --- a/godoc/static/package.html +++ b/godoc/static/package.html @@ -89,7 +89,7 @@ {{if $.Examples}}
-

Examples

+

Examples

{{range $.Examples}}
{{example_name .Name}}
@@ -99,7 +99,7 @@ {{end}} {{with .Filenames}} -

Package files

+

Package files

{{range .}} diff --git a/godoc/static/static.go b/godoc/static/static.go index c3488f89..b0543560 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -1742,7 +1742,7 @@ function cgAddChild(tree, ul, cgn) { {{if $.Examples}}

-

Examples

+

Examples

{{range $.Examples}}
{{example_name .Name}}
@@ -1752,7 +1752,7 @@ function cgAddChild(tree, ul, cgn) { {{end}} {{with .Filenames}} -

Package files

+

Package files

{{range .}} @@ -3051,6 +3051,9 @@ div#nav table td { } +#pkg-index h3 { + font-size: 16px; +} .pkg-dir { padding: 0 10px; } diff --git a/godoc/static/style.css b/godoc/static/style.css index 25933a3d..41e3908e 100644 --- a/godoc/static/style.css +++ b/godoc/static/style.css @@ -144,6 +144,9 @@ div#nav table td { } +#pkg-index h3 { + font-size: 16px; +} .pkg-dir { padding: 0 10px; }