diff options
| author | Russ Cox <rsc@golang.org> | 2023-08-10 11:32:33 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2023-12-15 02:06:41 +0000 |
| commit | e2dd66fc34eaa6b7477059e04215f675a293f6ab (patch) | |
| tree | 7a4cd74631ab7f8282f8aa4ffff86057a8bd0a47 /_content/css/styles.css | |
| parent | 76936b10b9473cad21b056572ed90e3d693ccc8f (diff) | |
| download | go-x-website-e2dd66fc34eaa6b7477059e04215f675a293f6ab.tar.xz | |
_content: serve wiki pages on go.dev
The wiki pages have been copied to go.googlesource.com/wiki
and will be code reviewed using Gerrit, like other Go repos.
Unlike other Go repos, self-review will be permitted, and
there is no requirement for Googlers to be involved to make a change.
These relaxations are possible because the wiki has no production code.
The set of wiki +2'ers is a superset of the usual code +2'ers.
Fixes golang/go#61940.
Change-Id: I01823720091fbaa24e95e9c82abeaadba867a17c
Reviewed-on: https://go-review.googlesource.com/c/website/+/518297
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index 921c8b04..eea617d8 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -5370,3 +5370,9 @@ a.downloadBox:hover .filename span { display: none; } } + +hr { + border: none; + border-top: 1px solid var(--color-border); + height: 1px; +} |
