From 4d7e219837d88870616f373ac9378e579a79c34a Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 16 Mar 2015 11:26:47 -0300 Subject: [PATCH] Fix block store loading image --- public/stylesheets/slick-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/slick-theme.css b/public/stylesheets/slick-theme.css index f4e83aa..01623d3 100644 --- a/public/stylesheets/slick-theme.css +++ b/public/stylesheets/slick-theme.css @@ -2,7 +2,7 @@ /* Slider */ .slick-loading .slick-list { - background: #fff url('./ajax-loader.gif') center center no-repeat; + background: #fff url('/images/loading.gif') center center no-repeat; } /* Icons */ -- libgit2 0.21.2