]> 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 5506111fc48b677bdbf410817551fe9ae88527c9..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
 {
@@ -434,12 +441,13 @@ samp:after {
 #content .fixme {
     border-color: #999944;
     background-color: #f0f0e0;
+    font-weight:bold;
 }
 
 .fixme:before {
     content:'FIXME: ';
-    font-weight: bold;
     font-style: italic;
+    font-size:200%;
 }