Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/godoc: no max-width on <ul> element #13602

Closed
ALTree opened this issue Dec 13, 2015 · 3 comments
Closed

x/tools/godoc: no max-width on <ul> element #13602

ALTree opened this issue Dec 13, 2015 · 3 comments

Comments

@ALTree
Copy link
Member

ALTree commented Dec 13, 2015

In style.css, we have

p {
    max-width: 800px;
    word-wrap: break-word;
}

while the <ul> element does not have a maximum width, and this result in the ugly long lines you can see in https://golang.org/doc/contribute.html, in the "Contributor License Agreement" section.

@ALTree ALTree changed the title x/tools/cmd/godoc: no max-width on <ul> element x/tools/godoc: no max-width on <ul> element Dec 13, 2015
@campoy
Copy link
Contributor

campoy commented Dec 17, 2015

Please review

https://go-review.googlesource.com/17911 godoc: apply max-width to lists too

@rsc rsc added this to the Go1.6Maybe milestone Dec 28, 2015
@rsc
Copy link
Contributor

rsc commented Jan 6, 2016

ping @campoy (please fix your CL)

@gopherbot
Copy link

CL https://golang.org/cl/18361 mentions this issue.

@golang golang locked and limited conversation to collaborators Jan 13, 2017
@rsc rsc unassigned campoy Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants