DL CSS change to remove text collisions
authorNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 08:52:18 +0000 (09:52 +0100)
committerNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 08:52:18 +0000 (09:52 +0100)
templates/web/doc/chapter.css

index 4b88550c194fe39a85193006adb9848fe136992c..321d2b2c4c5d88d6b92c8ad76bb7fb6f7b4d37f5 100644 (file)
@@ -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;
 }