]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - source/css/app.css
Sync with master branch.
[ardour-manual-diverged] / source / css / app.css
index 9885145073064102bbfc6b6051db03c147cda634..630185bba3fbe8518bf7e1f760346c6ed4981bf4 100644 (file)
     font-weight: normal;
 }
 
+#content dt.sub1 {
+    padding-left: 2em;
+}
+
+#content dt.sub2 {
+    padding-left: 4em;
+}
+
+
+#content figure {
+    display: table;
+}
+
 #content figcaption {
        display: table-caption;
        caption-side: bottom ;
        caption-side: top ;
 }
 
+#content figure.right {
+    margin: 0 0 1em 1em;
+    float:right;
+    clear:right;
+}
+
+#content figure.left {
+    margin: 0 1em 1em 0;
+    float:left;
+    clear:left;
+}
+
 .multicol2 {
     width: 48%;
                float:left;