From 525ab3ae58b153363df074f8dbe1d0f078fd1b4a Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Fri, 24 Sep 2010 09:52:18 +0100 Subject: [PATCH] DL CSS change to remove text collisions --- templates/web/doc/chapter.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/web/doc/chapter.css b/templates/web/doc/chapter.css index 4b88550..321d2b2 100644 --- a/templates/web/doc/chapter.css +++ b/templates/web/doc/chapter.css @@ -50,7 +50,8 @@ dl dt dl dd { - margin-left: 230px; + margin-left: 4em; + padding-top: 1.2em line-height: 1.1; white-space: normal; } -- 2.30.2