From a9dd5bb11ffb670563a8a1702969868c6e53565f Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 28 Apr 2008 11:05:16 +0000 Subject: [PATCH] Removed background image from notification (image not found?). svn changeset:4263/svn branch:trunk --- WebContent/ITMILL/themes/default/notification/notification.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css index 82712ca71b..0fafa41d58 100644 --- a/WebContent/ITMILL/themes/default/notification/notification.css +++ b/WebContent/ITMILL/themes/default/notification/notification.css @@ -31,7 +31,7 @@ .i-Notification.error { background-color: #ff0a0a; - background-image: url(img/notification-error.png); + /*background-image: url(img/notification-error.png);*/ /* FIXME where is this image? */ background-repeat: no-repeat; background-position: center right; padding-right: 30px; -- 2.39.5