From 4987bec3414faf283d59368c4c0a6c2c6a156b5f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Mar 2011 23:06:41 +0000 Subject: [PATCH] Fix: Bad file name --- htdocs/theme/auguria/style.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }