diff options
author | Fbenas <philbeansburton@gmail.com> | 2015-12-12 14:30:38 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2015-12-12 14:30:38 +0000 |
commit | 9b4cb4bb11ade21b68cdc3dabb3e24be4e9d0fe2 (patch) | |
tree | 0595e153480dce417dc3ab65c83e02763cc97a0a /css | |
parent | 890655aedd751f6d4f426f320f156077acee3aaa (diff) |
Remove local debug sprite url and replace with relative path to sprite
Diffstat (limited to 'css')
-rw-r--r-- | css/sprite.css | 2 |
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; |