diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 16601743ac3..e32d3528836 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -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(/img/menus/topmenu_bg.gif) repeat-x bottom left; + background: url(/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(/img/menus/topmenu_right.gif) no-repeat top right; + background: url(/img/menus/topmenu_right.png) no-repeat top right; height:33px; }