Change to allow to use theme with no table tags

This commit is contained in:
Laurent Destailleur 2010-06-25 19:56:25 +00:00
parent 7d447588cc
commit af077787fd

View File

@ -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";
}
}