Another tweak to DL layout
[exim-website.git] / templates / web / doc / chapter.css
index 4b88550c194fe39a85193006adb9848fe136992c..c206e88061fdebe06a158f15265711250c08a8c2 100644 (file)
@@ -41,7 +41,6 @@ dl dt
 {
   clear: left;
   float: left;
-  width: 220px;
   margin: 0;
   font-weight: bold;
   padding-left: 2em;
@@ -50,7 +49,9 @@ dl dt
 
 dl dd
 {
-  margin-left: 230px;
+  margin-left: 4em;
+  padding-top: 0.2em;
+  clear: left;
   line-height: 1.1;
   white-space: normal;
 }