From 42f67c9e804a3e60080ed5a07c19dc0faf5f3583 Mon Sep 17 00:00:00 2001 From: ikawhero Date: Fri, 22 Apr 2005 04:16:59 +0000 Subject: [PATCH] Fixed typo. Bug 2912. --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 050d804739e..82b39275113 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -344,7 +344,7 @@ body#admin-config .confighelp { border:none; border-top:1px solid; } -.sideblock.hidden .content { +.sideblock .hidden .content { display: none; }