aboutsummaryrefslogtreecommitdiff
path: root/go.dev/_content/css
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-11-17 22:40:33 -0500
committerRuss Cox <rsc@golang.org>2021-11-22 16:42:50 +0000
commit370a0d0e46fcdb0c463d1ee7344c14ec67c210e2 (patch)
tree0f33f570a6f699611aa60ad18bba8b42d77d371f /go.dev/_content/css
parentab4f479b5c490d82ff2351f37f4e454da26483b1 (diff)
downloadgo-x-website-370a0d0e46fcdb0c463d1ee7344c14ec67c210e2.tar.xz
_content: delete golang.org-specific files
lib/godoc/images/play-link.svg moves to go.dev/_content and the one reference in go.dev/_content/css/styles.css is fixed. The rest is all dead files. Change-Id: Ic2b582855b976387e0a4d2cbd93e50942071ae31 Reviewed-on: https://go-review.googlesource.com/c/website/+/365096 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to 'go.dev/_content/css')
-rw-r--r--go.dev/_content/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.dev/_content/css/styles.css b/go.dev/_content/css/styles.css
index 88469051..d959d3c3 100644
--- a/go.dev/_content/css/styles.css
+++ b/go.dev/_content/css/styles.css
@@ -3782,7 +3782,7 @@ a.error {
text-align: center;
}
.Playground-popout {
- background: url('/lib/godoc/images/play-link.svg') no-repeat;
+ background: url('/images/play-link.svg') no-repeat;
background-position: right center;
cursor: pointer;
display: block;