summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2015-12-12 14:30:38 +0000
committerFbenas <philbeansburton@gmail.com>2015-12-12 14:30:38 +0000
commit9b4cb4bb11ade21b68cdc3dabb3e24be4e9d0fe2 (patch)
tree0595e153480dce417dc3ab65c83e02763cc97a0a
parent890655aedd751f6d4f426f320f156077acee3aaa (diff)
Remove local debug sprite url and replace with relative path to sprite
-rw-r--r--css/sprite.css2
1 files changed, 1 insertions, 1 deletions
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;