From dc245701cfae28eb2749a021fc9840dbe3492a9c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 28 Apr 2008 10:49:08 +0000 Subject: [PATCH] Fixed CSS background-image URL (no ' characters allowed) svn changeset:4262/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 7fc09dcdba..82712ca71b 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); background-repeat: no-repeat; background-position: center right; padding-right: 30px; -- 2.39.5