X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=23e265499f94e4d9bb420287155b378eb6eaa692;hb=5d3614e072e57aead1023bd8e30bb44804c3acd5;hp=e7eaf69ac75a8a5a750f5c67fd3079b1749da6e8;hpb=85e5c38cd71aa9b07467cb3b770f3da9c64c372b;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index e7eaf69..23e2654 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -173,9 +173,17 @@ ul.inside li, ol.inside li { #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; } @@ -319,6 +327,11 @@ kbd { text-transform:capitalize; } +kbd.def { + font-weight:bolder; + margin-right:.2em; +} + kbd.input, kbd.cmd, kbd.osc {