From a345b8f524c8d43feb555ef1302fa4dd19a8720b Mon Sep 17 00:00:00 2001 From: mits Date: Fri, 22 Apr 2005 13:15:14 +0000 Subject: [PATCH] fixed based on standard theme. --- theme/oceanblue/styles_layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index c6e9e7ef248..10157857314 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -345,7 +345,10 @@ body#admin-config .confighelp { border:none; border-top:1px solid; } -.sideblock .hidden .content { + +#left-column .hidden .content, +#right-column .hidden .content +{ display: none; }