X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=fd063aedf5814d69c7127b783765d1407a75a791;hb=40881b5b46369e7b8d3ff56cec8405144f1b6db2;hp=430e9699e507cef2bd479510799db5d6191faee4;hpb=7e8bf55c0fec53615666090dc67a49066e1b5051;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 430e969..fd063ae 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -45,6 +45,10 @@ ul.inside li, ol.inside li { font-weight: normal; } +#tree dl { + margin-left: 1em; +} + #tree h1.title a:hover { border-bottom: none; } @@ -173,9 +177,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; }