1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00

Fix loader gif. This requires copying to the project directory.

This commit is contained in:
Dan Barber 2013-02-12 12:57:50 +00:00
parent b0c1182f58
commit 466d5282b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@import "includes/defaults";
@import "includes/content";
@import "includes/loader";
@import "includes/loader"; // copy loader.gif to /images in your project.
@import "includes/header";
@import "includes/tabbar";
@import "includes/list";

View File

@ -5,7 +5,7 @@
width: 52px;
height: 52px;
margin: -26px 0 0 -26px;
background: black url(julep/images/loader.gif) center center no-repeat;
background: black url(/images/loader.gif) center center no-repeat;
background-size: 36px;
border-radius: 26px;
opacity: 0.7;