diff options
Diffstat (limited to 'skins/default/addressbook.css')
-rw-r--r-- | 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 6badf9058..ce82a1594 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; } |