]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed CSS background-image URL (no ' characters allowed)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 28 Apr 2008 10:49:08 +0000 (10:49 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 28 Apr 2008 10:49:08 +0000 (10:49 +0000)
svn changeset:4262/svn branch:trunk

WebContent/ITMILL/themes/default/notification/notification.css

index 7fc09dcdbad26c555587ea981f0b9a871383820c..82712ca71b2937058a3fc8413da8c20f02d45e6b 100644 (file)
@@ -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;