]> 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 f6c54b887e2196a674316f0088f2a1ccc9b82d83..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
 {
@@ -324,15 +331,15 @@ kbd.menu,kbd.option,kbd.optoff {
 }
 
 kbd.option:after,kbd.optoff:after {
-    content:'x';
     font-family:mono;
     font-weight:lighter;
     text-align:center;
     border:solid 1px black;
-    -moz-border-radius:10px;
-    border-radius:10px;
     margin-left:0.3em;
-    margin-right:0.5em;
+}
+kbd.option:after {
+    content:'X';
+
 }
 kbd.optoff:after {
     content:'    ';
@@ -406,17 +413,19 @@ samp:after {
     float:left;
 }
 
-#content .note,.warning {
+#content .note,.warning,.fixme {
     min-height: 20px;
     padding: 19px;
     margin-bottom: 20px;
-    border: 1px solid 
+    border-style: solid;
+    border-width: 1px 1px 1px 8px; 
     -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
             border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
             box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+
 }
 
 #content .note {
@@ -425,10 +434,23 @@ samp:after {
 }
 
 #content .warning {
-    border-color: #990000;
+    border-color: #995555;
     background-color: #ffeeee;
 }
 
+#content .fixme {
+    border-color: #999944;
+    background-color: #f0f0e0;
+    font-weight:bold;
+}
+
+.fixme:before {
+    content:'FIXME: ';
+    font-style: italic;
+    font-size:200%;
+}
+
+
 
 
 .mod1:before {
@@ -452,7 +474,7 @@ samp:after {
 }
 
 .mod13:before {
-    content: "Ctrl Shift";
+    content: "Ctrl Shift ";
 }
 
 .mod14:before {