From 9d314531f17931654ebd8d40db5fb654c131807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 23:18:01 +0100 Subject: [PATCH] Really make More submenu work --- css/theme_right.css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index fddfce8990..ecdb598c29 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -634,7 +634,10 @@ a.tabactive { } ul#topmenu .submenu { position: relative; - display: inline-block !important; /* Need to override style in code */ + display: none; +} +ul#topmenu .shown { + display: inline-block; } #topmenu .submenu ul { margin: 0;