]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
copy-editing chapter 22
[ardour-manual] / source / css / app.css
index 5506111fc48b677bdbf410817551fe9ae88527c9..1fb8d6257dd87cd91dd0b71ff8e77ca4f76c0033 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
 {
@@ -272,7 +279,7 @@ kbd {
     text-transform:capitalize;
 }
 
-kbd.input,kbd.cmd {
+kbd.input,kbd.cmd,kbd.osc {
     font-family:mono;
     border-width:0;
     text-transform:none;
@@ -333,6 +340,8 @@ kbd.option:after,kbd.optoff:after {
 kbd.option:after {
     content:'X';
 
+}
+kbd.osc {
 }
 kbd.optoff:after {
     content:'    ';
@@ -434,12 +443,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%;
 }