From 9224c8a4cb4f78cc86a7339d472e35e741aff754 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 23 Mar 2010 10:55:13 -0400
Subject: [PATCH] - don't use quotes in background url specification

---
 skins/default/addressbook.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css
index 6badf90..ce82a15 100644
--- a/skins/default/addressbook.css
+++ b/skins/default/addressbook.css
@@ -23,7 +23,7 @@
   padding: 0;
   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 */
 }
 
@@ -69,7 +69,7 @@
 
 #abooktoolbar span.separator {
   width: 5px;
-  background-image: url('images/abook_toolbar.png');
+  background-image: url(images/abook_toolbar.png);
   background-position: -162px 0;
 }
 

--
Gitblit v1.9.1