X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a6619aabb56a588256a75b55d749386ac4fed39b;hb=0f7c311143b4301abc63b0cd0e8ff3d0d7efcd7e;hp=8d0a40551174475b6e107e9334683f1af9d5e427;hpb=06a59a10be523ac4396ab29fcbd00457f3e910da;p=banana.git diff --git a/css/style.css b/css/style.css index 8d0a405..a6619aa 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { @@ -90,7 +90,11 @@ } .banana .thread_tree .tree { - margin-left: 2em; + overflow-y: hidden; + overflow-x: auto; + margin: 0; + padding-left: 2em; + padding-bottom: 1em; }