Fix IE7 bug which causes the TOC to immediately close after opening
[exim-website.git] / templates / web / doc / chapter.css
index 321d2b2c4c5d88d6b92c8ad76bb7fb6f7b4d37f5..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;
@@ -51,7 +54,8 @@ dl dt
 dl dd
 {
   margin-left: 4em;
-  padding-top: 1.2em
+  padding-top: 0.2em;
+  clear: left;
   line-height: 1.1;
   white-space: normal;
 }