diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 73ec5f8c08..a0bbfea066 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 cb5f3d8025..8f9fcc928d 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 {