diff --git a/doc/style.css b/doc/style.css index 882ce7435de..fc6c34c8dff 100644 --- a/doc/style.css +++ b/doc/style.css @@ -30,11 +30,13 @@ pre .ln { body { color: #222; } -a { +a, +.exampleHeading .text { color: #375EAB; text-decoration: none; } -a:hover { +a:hover, +.exampleHeading .text:hover { text-decoration: underline; } p, diff --git a/lib/godoc/example.html b/lib/godoc/example.html index d7b219371ab..43ee4bddc19 100644 --- a/lib/godoc/example.html +++ b/lib/godoc/example.html @@ -1,9 +1,9 @@
-

▾ Example{{example_suffix .Name}}

+

Example{{example_suffix .Name}}

{{with .Doc}}

{{html .}}

{{end}}

Code:

{{.Code}}