From 4be1776bf68b357681c0d70cf74d1cc9e9b7278e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 11:11:35 +0000 Subject: [PATCH] style update. cdn testing --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 1ed0687e..7447d74e 100644 --- a/style.css +++ b/style.css @@ -74,7 +74,7 @@ top: -3px; } .loading{ - background:url(images/spinner.gif); + background:url(/images/spinner.gif); position:relative; top:1px; } @@ -82,14 +82,14 @@ color:rgba(222, 41, 41, 0.81); } .refresh-icon{ - background:url(images/panel_refresh.png) no-repeat; + background:url(/images/panel_refresh.png) no-repeat; } .refresh-icon:active{ /*background-position-y: -15px;*/ - background:url(images/panel_refresh.png) 0 -15px no-repeat; + background:url(/images/panel_refresh.png) 0 -15px no-repeat; } .clear-cache{ - background:url(images/console_clear.png) -4px -4px no-repeat; + background:url(/images/console_clear.png) -4px -4px no-repeat; margin-right: 6px; margin-left: 7px; }