From f4f152dd28705455a3487b25d02b25448a7589a9 Mon Sep 17 00:00:00 2001 From: olivier <> Date: Fri, 12 Dec 2008 19:59:08 +0000 Subject: [PATCH] fix section folding --- telemeta/htdocs/css/telemeta.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5