Skip to content

Commit

Permalink
Merge 8b83d8d into c7fd670
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Sep 16, 2016
2 parents c7fd670 + 8b83d8d commit 3f35e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/assets/sprites/css/css.template.handlebars
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{{#sprites}}
.{{name}} {
background-image: url({{{escaped_image}}});
background-image: url(/assets/sprites/{{{escaped_image}}});
background-position: {{px.offset_x}} {{px.offset_y}};
width: {{px.width}};
height: {{px.height}};
}
{{#if custom}}
.customize-option.{{name}} {
background-image: url({{{escaped_image}}});
background-image: url(/assets/sprites/{{{escaped_image}}});
background-position: {{custom.px.offset_x}} {{custom.px.offset_y}};
width: {{custom.px.width}};
height: {{custom.px.height}};
Expand Down

0 comments on commit 3f35e78

Please sign in to comment.