diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 73ec5f8c0..a0bbfea06 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -682,10 +682,10 @@ ul#topmenu ul a { ul#topmenu .submenu { position: relative; - display: none; + display: none; } ul#topmenu .shown { - display: block; + display: block; } ul#topmenu ul { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index cb5f3d802..8f9fcc928 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -831,12 +831,12 @@ ul#topmenu ul a { } /* MH added for hide/show more menu */ ul#topmenu .submenu { - display: none; - position: relative; + display: none; + position: relative; } -#topmenu .shown { - display: inline-block; +ul#topmenu .shown { + display: inline-block; } ul#topmenu ul {