Fixes vim mode line.
[banana.git] / css / style.css
index eb3a964..a6619aa 100644 (file)
@@ -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;
 }