From 95cc01bac9af31b888c95e60ffc191bae43db13b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 27 Jan 2016 15:42:49 +1100 Subject: [PATCH] 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 --- godoc/static/static.go | 5 +---- godoc/static/style.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/godoc/static/static.go b/godoc/static/static.go index 845cb5de..35174417 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -2878,10 +2878,7 @@ dl { margin: 20px; } dd { - margin: 0; -} -dd.indent { - margin: 0 20px; + margin: 0 0 0 20px; } dl, dd { diff --git a/godoc/static/style.css b/godoc/static/style.css index 5fbf97a2..8ea08525 100644 --- a/godoc/static/style.css +++ b/godoc/static/style.css @@ -104,10 +104,7 @@ dl { margin: 20px; } dd { - margin: 0; -} -dd.indent { - margin: 0 20px; + margin: 0 0 0 20px; } dl, dd {