Update ChangeLog
[banana.git] / css / style.css
index 8d0a405..a6619aa 100644 (file)
@@ -46,7 +46,7 @@
     padding-left: 1ex;
     border-left: solid 1px;
     border-color: blue;
-    background: inherit;    
+    background: inherit;
 }
 .banana table.message blockquote blockquote {
        color: green;
@@ -71,8 +71,8 @@
     background-color: #fff;
 }
 
-.banana td.thread_tree, .banana div.thread_tree {
-  overflow: auto;
+.banana .thread_tree {
+  white-space: nowrap;
 }
 
 .banana .thread_tree input {
 }
 
 .banana .thread_tree .tree {
-    margin-left: 2em;
+    overflow-y: hidden;
+    overflow-x: auto;
+    margin: 0;
+    padding-left: 2em;
+    padding-bottom: 1em;
 }