Update ChangeLog
[banana.git] / css / style.css
index 98f6b67..a6619aa 100644 (file)
@@ -29,7 +29,6 @@
 
 .banana table.thread .date { width: 15%; text-align: center; }
 .banana table.thread .subj { text-align: left; overflow: hidden; }
-.banana table.thread .tree { float: left; height: 20px; margin: 0; padding: 0; }
 .banana table.thread .from { text-align: left; }
 
 .banana table.thread .cur { font-style: italic; }
@@ -47,7 +46,7 @@
     padding-left: 1ex;
     border-left: solid 1px;
     border-color: blue;
-    background: inherit;    
+    background: inherit;
 }
 .banana table.message blockquote blockquote {
        color: green;
@@ -72,8 +71,8 @@
     background-color: #fff;
 }
 
-.banana pre.thread_tree {
-  overflow: scroll;
+.banana .thread_tree {
+  white-space: nowrap;
 }
 
 .banana .thread_tree input {
     height: 18px;
 }
 
+.banana .thread_tree .tree {
+    overflow-y: hidden;
+    overflow-x: auto;
+    margin: 0;
+    padding-left: 2em;
+    padding-bottom: 1em;
+}
+
 
 /** MISC **/