Index: /trunk/roundcubemail/skins/default/addressbook.css
===================================================================
--- /trunk/roundcubemail/skins/default/addressbook.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/addressbook.css	(revision 3405)
@@ -24,5 +24,5 @@
   margin-right: 10px;
   overflow: hidden;
-  background: url('images/abook_toolbar.png') 0 0 no-repeat transparent;
+  background: url(images/abook_toolbar.png) 0 0 no-repeat transparent;
   opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
 }
@@ -70,5 +70,5 @@
 #abooktoolbar span.separator {
   width: 5px;
-  background-image: url('images/abook_toolbar.png');
+  background-image: url(images/abook_toolbar.png);
   background-position: -162px 0;
 }
Index: /trunk/roundcubemail/skins/default/common.css
===================================================================
--- /trunk/roundcubemail/skins/default/common.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/common.css	(revision 3405)
@@ -162,5 +162,5 @@
   text-decoration: none;
   padding: 6px 14px 6px 27px;
-  background: url('images/taskicons.gif') no-repeat;
+  background: url(images/taskicons.gif) no-repeat;
 }
 
@@ -212,5 +212,5 @@
 #remote-objects-message
 {
-  background: url('images/display/icons.png') 6px 3px no-repeat;
+  background: url(images/display/icons.png) 6px 3px no-repeat;
   background-color: #F7FDCB;
   border: 1px solid #C2D071;
@@ -220,5 +220,5 @@
 #message div.warning
 {
-  background: url('images/display/icons.png') 6px -97px no-repeat;
+  background: url(images/display/icons.png) 6px -97px no-repeat;
   background-color: #EF9398;
   border: 1px solid #DC5757;
@@ -227,5 +227,5 @@
 #message div.confirmation
 {
-  background: url('images/display/icons.png') 6px -47px no-repeat;
+  background: url(images/display/icons.png) 6px -47px no-repeat;
   background-color: #A6EF7B;
   border: 1px solid #76C83F;
@@ -234,5 +234,5 @@
 #message div.loading
 {
-  background: url('images/display/loading.gif') 6px 3px no-repeat;
+  background: url(images/display/loading.gif) 6px 3px no-repeat;
   background-color: #EBEBEB;
   border: 1px solid #CCCCCC;
@@ -256,5 +256,5 @@
   margin: 1px;
   overflow: hidden;
-  background: url('images/pagenav.gif') 0 0 no-repeat transparent;
+  background: url(images/pagenav.gif) 0 0 no-repeat transparent;
   opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
 }
@@ -321,5 +321,5 @@
   font-size: 11px;
   font-weight: bold;
-  background: url('images/listheader.gif') top left repeat-x #CCC;
+  background: url(images/listheader.gif) top left repeat-x #CCC;
 }
 
@@ -403,5 +403,5 @@
   border-bottom: 1px solid #999999;
   color: #333333;
-  background: url('images/listheader.gif') top left repeat-x #CCC;
+  background: url(images/listheader.gif) top left repeat-x #CCC;
   font-size: 11px;
   font-weight: bold;
@@ -451,5 +451,5 @@
   height: 20px;
   text-align: right;
-  background: url('images/searchfield.gif') top left no-repeat;
+  background: url(images/searchfield.gif) top left no-repeat;
 }
 
Index: /trunk/roundcubemail/skins/default/ie6hacks.css
===================================================================
--- /trunk/roundcubemail/skins/default/ie6hacks.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/ie6hacks.css	(revision 3405)
@@ -3,5 +3,5 @@
 img
 {
-  behavior: url('skins/default/pngbehavior.htc');
+  behavior: url(skins/default/pngbehavior.htc);
 }
 
@@ -12,5 +12,5 @@
 #remote-objects-message
 {
-  background-image: url('images/display/icons.gif');
+  background-image: url(images/display/icons.gif);
 }
 
@@ -19,10 +19,10 @@
 #messagelist tr td div.collapsed
 {
-  background-image: url('images/messageactions.gif');
+  background-image: url(images/messageactions.gif);
 }
 
 #mailboxlist li
 {
-  background-image: url('images/icons/folders.gif');
+  background-image: url(images/icons/folders.gif);
 }
 
@@ -41,5 +41,5 @@
 #messagetoolbar a.button,
 #messagetoolbar a.buttonPas {
-  background-image: url('images/mail_toolbar.gif');
+  background-image: url(images/mail_toolbar.gif);
 }
 
@@ -47,5 +47,5 @@
 #abooktoolbar a.buttonPas,
 #abooktoolbar span.separator {
-  background-image: url('images/abook_toolbar.gif');
+  background-image: url(images/abook_toolbar.gif);
 }
 
Index: /trunk/roundcubemail/skins/default/iehacks.css
===================================================================
--- /trunk/roundcubemail/skins/default/iehacks.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/iehacks.css	(revision 3405)
@@ -59,5 +59,5 @@
 {
   filter: alpha(opacity=35);
-  background-image: url('images/abook_toolbar.gif');
+  background-image: url(images/abook_toolbar.gif);
 }
 
@@ -65,5 +65,5 @@
 {
   filter: alpha(opacity=35);
-  background-image: url('images/mail_toolbar.gif');
+  background-image: url(images/mail_toolbar.gif);
 }
 
@@ -72,5 +72,5 @@
 {
   filter: alpha(opacity=35);
-  background-image: url('images/mail_footer.png');
+  background-image: url(images/mail_footer.png);
 }
 
Index: /trunk/roundcubemail/skins/default/mail.css
===================================================================
--- /trunk/roundcubemail/skins/default/mail.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/mail.css	(revision 3405)
@@ -30,5 +30,5 @@
   margin-right: 10px;
   overflow: hidden;
-  background: url('images/mail_toolbar.png') 0 0 no-repeat transparent;
+  background: url(images/mail_toolbar.png) 0 0 no-repeat transparent;
   opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
 }
@@ -185,5 +185,5 @@
 #messagemenu li a
 {
-  background: url('images/messageactions.png') no-repeat 7px 0;
+  background: url(images/messageactions.png) no-repeat 7px 0;
   background-position: 7px 20px;
 }
@@ -216,20 +216,20 @@
 #markmessagemenu a.readlink
 {
-  background: url('images/icons/dot.png') no-repeat 7px 2px;
+  background: url(images/icons/dot.png) no-repeat 7px 2px;
 }
 
 #markmessagemenu a.unreadlink
 {
-  background: url('images/icons/unread.png') no-repeat 7px 2px;
+  background: url(images/icons/unread.png) no-repeat 7px 2px;
 }
 
 #markmessagemenu a.flaggedlink
 {
-  background: url('images/icons/flagged.png') no-repeat 7px 2px;
+  background: url(images/icons/flagged.png) no-repeat 7px 2px;
 }
 
 #markmessagemenu a.unflaggedlink
 {
-  background: url('images/icons/unflagged.png') no-repeat 7px 2px;
+  background: url(images/icons/unflagged.png) no-repeat 7px 2px;
 }
 
@@ -405,5 +405,5 @@
   position: relative;
   font-size: 11px;
-  background: url('images/icons/folders.png') 5px 0 no-repeat;
+  background: url(images/icons/folders.png) 5px 0 no-repeat;
   border-bottom: 1px solid #EBEBEB;
 }
@@ -427,10 +427,10 @@
 #mailboxlist li div.collapsed
 {
-  background: url('images/icons/collapsed.png') bottom right no-repeat;
+  background: url(images/icons/collapsed.png) bottom right no-repeat;
 }
 
 #mailboxlist li div.expanded
 {
-  background: url('images/icons/expanded.png') bottom right no-repeat;
+  background: url(images/icons/expanded.png) bottom right no-repeat;
 }
 
@@ -546,5 +546,5 @@
   margin-right: 2px;
   overflow: hidden;
-  background: url('images/mail_footer.png') 0 0 no-repeat transparent;
+  background: url(images/mail_footer.png) 0 0 no-repeat transparent;
   opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
 }
@@ -671,5 +671,5 @@
   border-bottom: 1px solid #999999;
   color: #333333;
-  background: url('images/listheader.gif') top left repeat-x #CCC;
+  background: url(images/listheader.gif) top left repeat-x #CCC;
   font-size: 11px;
   font-weight: bold;
@@ -684,10 +684,10 @@
 #messagelist thead tr td.sortedASC a
 {
-  background: url('images/icons/sort.gif') right 0 no-repeat;
+  background: url(images/icons/sort.gif) right 0 no-repeat;
 }
 
 #messagelist thead tr td.sortedDESC a
 {
-  background: url('images/icons/sort.gif') right -14px no-repeat;
+  background: url(images/icons/sort.gif) right -14px no-repeat;
 }
 
@@ -791,5 +791,5 @@
 {
   display: block;
-  background: url('images/messageactions.png') center -91px no-repeat;
+  background: url(images/messageactions.png) center -91px no-repeat;
 }
 
@@ -797,5 +797,5 @@
 {
   display: block;
-  background: url('images/messageactions.png') center -109px no-repeat;
+  background: url(images/messageactions.png) center -109px no-repeat;
 }
 
Index: /trunk/roundcubemail/skins/default/settings.css
===================================================================
--- /trunk/roundcubemail/skins/default/settings.css	(revision 3404)
+++ /trunk/roundcubemail/skins/default/settings.css	(revision 3405)
@@ -22,5 +22,5 @@
   overflow: hidden;
   text-overflow: ellipsis;
-  background: url('images/tabs.gif') top left no-repeat;
+  background: url(images/tabs.gif) top left no-repeat;
 }
 
