Skip to content

Commit

Permalink
Fix: Bad file name
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 13, 2011
1 parent 981aa4e commit 4987bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/theme/auguria/style.css.php
Expand Up @@ -362,7 +362,7 @@
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{
Expand Down Expand Up @@ -417,7 +417,7 @@
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;
}

Expand Down

0 comments on commit 4987bec

Please sign in to comment.