Fix: Bad file name

This commit is contained in:
Laurent Destailleur 2011-03-13 23:06:41 +00:00
parent 981aa4e0df
commit 4987bec341

View File

@ -362,7 +362,7 @@ foreach($mainmenuusedarray as $key => $val)
font-size: 10px; /* To reduce to have more entries */
font-family:Tahoma,sans-serif;
text-transform:uppercase;
background: url(<?php echo DOL_URL_ROOT.'/theme/auguria' ?>/img/menus/topmenu_bg.gif) repeat-x bottom left;
background: url(<?php echo DOL_URL_ROOT.'/theme/auguria' ?>/img/menus/topmenu_bg.png) repeat-x bottom left;
}
.tmenu ul{
@ -417,7 +417,7 @@ foreach($mainmenuusedarray as $key => $val)
display:block;
padding:4px 8px 0 0;
width:auto;
background: url(<?php echo DOL_URL_ROOT.'/theme/auguria' ?>/img/menus/topmenu_right.gif) no-repeat top right;
background: url(<?php echo DOL_URL_ROOT.'/theme/auguria' ?>/img/menus/topmenu_right.png) no-repeat top right;
height:33px;
}