Another tweak to DL layout
authorNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 09:10:40 +0000 (10:10 +0100)
committerNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 09:10:40 +0000 (10:10 +0100)
templates/web/doc/chapter.css

index 321d2b2c4c5d88d6b92c8ad76bb7fb6f7b4d37f5..c206e88061fdebe06a158f15265711250c08a8c2 100644 (file)
@@ -41,7 +41,6 @@ dl dt
 {
   clear: left;
   float: left;
-  width: 220px;
   margin: 0;
   font-weight: bold;
   padding-left: 2em;
@@ -51,7 +50,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;
 }