From 4041d6be46d13abd78723d03251a82fe7a0710d6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jul 2010 20:59:02 +0000 Subject: [PATCH] Fix: Missing icon --- htdocs/theme/eldy/style.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f5472dcdb2b..61a848300cc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -322,6 +322,10 @@ div.mainmenu.accountancy { background-image: url(); } +div.mainmenu.bank { + background-image: url(); +} + div.mainmenu.project { background-image: url(); }