From 005661191bcd3c4568c2b687e9bc219e1c7f8fd3 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Mon, 11 Mar 2013 15:02:24 -0400 Subject: [PATCH] minor tidying of css --- source/css/app.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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; } -- 2.37.2