From: olivier <> Date: Fri, 12 Dec 2008 19:59:08 +0000 (+0000) Subject: fix section folding X-Git-Tag: 1.1~771 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f4f152dd28705455a3487b25d02b25448a7589a9;p=telemeta.git fix section folding --- diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index d9db30df..07a99684 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -89,7 +89,6 @@ h3 { } #leftcol { position: relative; - z-index: -1; margin-right: 345px; min-height: 450px; min-width: 400px; @@ -97,6 +96,7 @@ h3 { #rightcol { clear: both; position: absolute; + z-index: 1; right: .3em; width: 362px; margin-top: 10px;