]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
fixed vertical height issue in sidebar, added google custom search
[ardour-manual] / source / css / app.css
index 946cf52138009207235ce3dd4bd5672f2f6ee659..a4f54614adbae221146058866bc293834b93b6de 100644 (file)
@@ -1,6 +1,5 @@
 #tree {
-    padding: 20px; 
-    padding-bottom: 80px;
   background-color: #eee;
   height: 100%;
   overflow: scroll;
   width: 300px;
 }
 
+#tree-inner {
+    padding: 15px 20px 30px 30px;  
+}
+
 #tree h1.title {
   font-size: 28px;
   margin-bottom: 20px;
 }
 
 
+#search {
+  height: 70px;
+}
+
 #content {
-    padding: 70px 30px 30px 360px;
+    padding: 10px 30px 30px 350px;
     margin-left: 0;
 }
 
+#content-main {
+  padding-top: 10px;
+  padding-left: 10px;
+}
+
 #content p,
 #content li,
 #content dt,
 #content dd {
-  font-size: 18px;
-  line-height: 32px; 
+  font-size: 16px;
+  line-height: 28px; 
 }
 
 
 #content h2 {
   margin: 30px 0 20px 0;
   padding-bottom: 5px;
-  font-size: 24px;
+  font-size: 22px;
   border-bottom: 2px solid #ddd;
 }
 
 #content h3 {
  margin: 20px 0 10px 0; 
   padding-bottom: 5px;
-  font-size: 22px;
+  font-size: 20px;
   border-bottom: 1px solid #eee;
 }
 
 
 #content h4 {
-  font-size: 23px;
+  font-size: 18px;
  margin: 20px 0 10px 0; 
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
 
 
 
+#gs_tti0 {
+
+  padding-top: 2px;
+  padding-bottom: 0;
+
+}
+
+