]> Shamusworld >> Repos - ardour-manual/commitdiff
minor tidying of css
authorNick Sellen <git@nicksellen.co.uk>
Mon, 11 Mar 2013 19:02:24 +0000 (15:02 -0400)
committerNick Sellen <git@nicksellen.co.uk>
Mon, 11 Mar 2013 19:02:24 +0000 (15:02 -0400)
source/css/app.css

index a4f54614adbae221146058866bc293834b93b6de..f78a6c2d0541e75d771356440ec3d211cc1e3073 100644 (file)
@@ -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 {
 }
 
 #tree h1.title a:hover {
-    border-bottom: none;
+  border-bottom: none;
 }
 
 #tree a {
- font-size: 14px; 
 font-size: 14px; 
   line-height: 28px;
 }
 
 #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; 
 }