]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
tame the floating behaviour of <dl>s: clear both before and after. the previous behav...
[ardour-manual] / source / css / app.css
index ff2aeaa46d083b9e8ff084dd3cf7b33532e17f39..6e7eb3409238c47cd5d4727bc8c14e5f84301adb 100644 (file)
 
 #content dl
 {
-    float: left;
-    width: 100%;
+    float:none;
+    clear:both;
+    width:100%;
     margin: 1em 0;
     padding: 0;
 }
+
+#content dl:after {
+    content:' ';
+    display:block;
+    clear:both;
+}
     
 #content dt
 {