From af077787fd912c577dae0af4f13643b1f36c6781 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Jun 2010 19:56:25 +0000 Subject: [PATCH] Change to allow to use theme with no table tags --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }