From 9b4cb4bb11ade21b68cdc3dabb3e24be4e9d0fe2 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sat, 12 Dec 2015 14:30:38 +0000 Subject: Remove local debug sprite url and replace with relative path to sprite --- css/sprite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/sprite.css') diff --git a/css/sprite.css b/css/sprite.css index 28f0ce0..51f007e 100644 --- a/css/sprite.css +++ b/css/sprite.css @@ -2,7 +2,7 @@ .icon { display: inline-block; - background: url('http://localhost:9991/images/sprite.gif') no-repeat; + background: url('images/sprite.gif') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; -- cgit v1.2.3