X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=23e265499f94e4d9bb420287155b378eb6eaa692;hb=5d3614e072e57aead1023bd8e30bb44804c3acd5;hp=28c2a15edd7dbd9573372ce3b2bcd2a18c27121f;hpb=6b48dc5dbf67b2e40893d208e33d26c16543cdc2;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 28c2a15..23e2654 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -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; @@ -167,9 +173,17 @@ div.clearer { #content table th { margin: 0; padding: .5em; +} + +#content table th { + font-weight: bold; +} + +#content table td { font-weight: normal; } + #content table th.sub1 { padding-left: 2em; } @@ -275,10 +289,6 @@ div.clearer { clear: left; } -#content figure.left.olist { - margin-right: 2em; -} - #content figure.center { margin: 1em auto 1em auto; clear: both; @@ -317,6 +327,11 @@ kbd { text-transform:capitalize; } +kbd.def { + font-weight:bolder; + margin-right:.2em; +} + kbd.input, kbd.cmd, kbd.osc {