godoc/static: fix dd styles

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 <bradfitz@golang.org>
This commit is contained in:
Andrew Gerrand 2016-01-27 15:42:49 +11:00
parent e7cdd7bb9f
commit 95cc01bac9
2 changed files with 2 additions and 8 deletions

View File

@ -2878,10 +2878,7 @@ dl {
margin: 20px;
}
dd {
margin: 0;
}
dd.indent {
margin: 0 20px;
margin: 0 0 0 20px;
}
dl,
dd {

View File

@ -104,10 +104,7 @@ dl {
margin: 20px;
}
dd {
margin: 0;
}
dd.indent {
margin: 0 20px;
margin: 0 0 0 20px;
}
dl,
dd {