Skip to content

Commit

Permalink
godoc/static: fix dd styles
Browse files Browse the repository at this point in the history
This makes /doc/install/source render correctly.

Fixes golang/go#14104

Change-Id: I58a883abd875197064a5e120a47e5ea8faad7df9
Reviewed-on: https://go-review.googlesource.com/18955
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
adg committed Jan 27, 2016
1 parent e7cdd7b commit 95cc01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions godoc/static/static.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions godoc/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ dl {
margin: 20px;
}
dd {
margin: 0;
}
dd.indent {
margin: 0 20px;
margin: 0 0 0 20px;
}
dl,
dd {
Expand Down

0 comments on commit 95cc01b

Please sign in to comment.