Fix IE7 bug which causes the TOC to immediately close after opening
[exim-website.git] / templates / web / doc / chapter.css
index 4b88550c194fe39a85193006adb9848fe136992c..68e35b53ba333ce0d69bdc242236dd303b723ee5 100644 (file)
   clear:        right;
 }
 
+#chapter {
+  line-height: 1.5;
+}
+
 #chapter table {
   margin-top:       1em;
   margin-bottom:    1em;
@@ -41,7 +45,6 @@ dl dt
 {
   clear: left;
   float: left;
-  width: 220px;
   margin: 0;
   font-weight: bold;
   padding-left: 2em;
@@ -50,7 +53,9 @@ dl dt
 
 dl dd
 {
-  margin-left: 230px;
+  margin-left: 4em;
+  padding-top: 0.2em;
+  clear: left;
   line-height: 1.1;
   white-space: normal;
 }