]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
FP8 manual update:
[ardour-manual] / source / css / app.css
index 28c2a15edd7dbd9573372ce3b2bcd2a18c27121f..430e9699e507cef2bd479510799db5d6191faee4 100644 (file)
@@ -17,6 +17,12 @@ div.clearer {
   clear:both;
 }
 
+ul.inside li, ol.inside li {
+       left: 1em;
+       position: relative;
+       padding-right: 1em;
+}
+
 #tree {
   background-color: #212A30;
   line-height: 1.8ex;
@@ -275,10 +281,6 @@ div.clearer {
   clear: left;
 }
 
-#content figure.left.olist {
-  margin-right: 2em;
-}
-
 #content figure.center {
   margin: 1em auto 1em auto;
   clear: both;
@@ -317,6 +319,11 @@ kbd {
   text-transform:capitalize;
 }
 
+kbd.def {
+  font-weight:bolder;
+       margin-right:.2em;
+}
+
 kbd.input,
 kbd.cmd,
 kbd.osc {