content/static: widen download button to avoid wrapping This change sets the width style rule for download buttons so that label text in the button won't wrap excessively. This should make it a little easier to read. Fixes golang/go#41856 Change-Id: Icde39c68b10416963c9c1b493303818728488341 Reviewed-on: https://go-review.googlesource.com/c/website/+/260917 TryBot-Result: Go Bot <gobot@golang.org> Trust: Steve Traut <straut@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This repository holds the Go website server code and content.
To download and run the golang.org web server locally:
git clone https://go.googlesource.com/websitecd websitego run ./cmd/golangorgSee cmd/golangorg/README.md for more details.
To make basic changes to the golang.org website content:
content/static directory.go run ./cmd/golangorg.go generate ./content/staticgo run ./cmd/golangorgSee content/README.md for more sophisticated instructions.
This repository uses prettier to format JS and CSS files.
The version of prettier used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the website repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.