Fix: Bad file name
This commit is contained in:
parent
981aa4e0df
commit
4987bec341
@ -362,7 +362,7 @@ foreach($mainmenuusedarray as $key => $val)
|
|||||||
font-size: 10px; /* To reduce to have more entries */
|
font-size: 10px; /* To reduce to have more entries */
|
||||||
font-family:Tahoma,sans-serif;
|
font-family:Tahoma,sans-serif;
|
||||||
text-transform:uppercase;
|
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{
|
.tmenu ul{
|
||||||
@ -417,7 +417,7 @@ foreach($mainmenuusedarray as $key => $val)
|
|||||||
display:block;
|
display:block;
|
||||||
padding:4px 8px 0 0;
|
padding:4px 8px 0 0;
|
||||||
width:auto;
|
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;
|
height:33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user