From: Nick Sellen Date: Mon, 11 Mar 2013 19:02:24 +0000 (-0400) Subject: minor tidying of css X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005661191bcd3c4568c2b687e9bc219e1c7f8fd3;p=ardour-manual minor tidying of css --- diff --git a/source/css/app.css b/source/css/app.css index a4f5461..f78a6c2 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -1,5 +1,4 @@ #tree { - background-color: #eee; height: 100%; overflow: scroll; @@ -11,7 +10,7 @@ } #tree-inner { - padding: 15px 20px 30px 30px; + padding: 15px 20px 30px 30px; } #tree h1.title { @@ -21,11 +20,11 @@ } #tree h1.title a:hover { - border-bottom: none; + border-bottom: none; } #tree a { - font-size: 14px; + font-size: 14px; line-height: 28px; } @@ -38,15 +37,15 @@ #tree .child, #tree .parent *, #tree .child * { - display: inherit; - color: inherit; + display: inherit; + color: inherit; } #tree dd.child-1, #tree .child-2, #tree .child-3, #tree .child-4 { - display: none; + display: none; }