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:
parent
e7cdd7bb9f
commit
95cc01bac9
|
@ -2878,10 +2878,7 @@ dl {
|
|||
margin: 20px;
|
||||
}
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
dd.indent {
|
||||
margin: 0 20px;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
dl,
|
||||
dd {
|
||||
|
|
|
@ -104,10 +104,7 @@ dl {
|
|||
margin: 20px;
|
||||
}
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
dd.indent {
|
||||
margin: 0 20px;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
dl,
|
||||
dd {
|
||||
|
|
Loading…
Reference in New Issue