]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
include some initial push 2 "screenshots"
[ardour-manual] / source / css / app.css
index ac5beddf41a406947627b8dd565a7366a7d7334f..114abf35daafe42d1f6b63d32eddf7c64cbfa21f 100644 (file)
@@ -1,5 +1,5 @@
 #tree {
-  background-color: #eee;
+  background-color: #212A30;
   height: 100%;
   overflow: scroll;
   position: fixed;
@@ -75,7 +75,7 @@
 #tree a {
     display: inline !important;
     font-weight: normal; 
-    color: #666;
+    color: #E4E4E4;
     border-bottom: 1px solid transparent;
     padding-bottom: 2px;
 }
@@ -87,8 +87,8 @@
 
 #tree .active > a {
     display: inline;
-    color: #000;
-    border-bottom: 1px solid #555;
+    color: #da0808;
+    border-bottom: 1px solid #FFF;
 
 }
 
@@ -417,6 +417,10 @@ samp:after {
     clear:left;
 }
 
+#content p.center {
+       text-align:center;
+}
+
 #content .note,.warning,.fixme {
     min-height: 20px;
     padding: 19px;