From: Jouni Koivuviita Date: Mon, 28 Apr 2008 10:49:08 +0000 (+0000) Subject: Fixed CSS background-image URL (no ' characters allowed) X-Git-Tag: 6.7.0.beta1~4859 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc245701cfae28eb2749a021fc9840dbe3492a9c;p=vaadin-framework.git Fixed CSS background-image URL (no ' characters allowed) svn changeset:4262/svn branch:trunk --- 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;