]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
Adding documentation about the Mixer Strips
[ardour-manual] / source / css / app.css
index beb900398f26dc539575a92a6f377545185c4b9d..630185bba3fbe8518bf7e1f760346c6ed4981bf4 100644 (file)
     font-weight: normal;
 }
 
+#content dt.sub1 {
+    padding-left: 2em;
+}
+
+#content dt.sub2 {
+    padding-left: 4em;
+}
+
+
 #content figure {
     display: table;
 }
 
 #content figure.left {
     margin: 0 1em 1em 0;
-    float:right;
-    clear:right;
+    float:left;
+    clear:left;
 }
 
 .multicol2 {