diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d257199d4af..b9a1a8c4b86 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -394,7 +394,7 @@ foreach($mainmenuusedarray as $key => $val) print "/* A mainmenu entry but img file ".$val.".png not found, so we use a generic one */\n"; print "div.mainmenu.".$val." {\n"; print " background-image: url(".$url.");\n"; - print " height:26px;\n"; + print " height:28px;\n"; print "}\n"; } }