Moved folders into common directory

This commit is contained in:
Blade Barringer
2015-01-21 10:34:04 -06:00
parent 32ed4dace7
commit c91b0cd34a
4659 changed files with 0 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{{#items}}
.{{name}} {
background-image: url({{{escaped_image}}});
background-position: {{px.offset_x}} {{px.offset_y}};
width: {{px.width}};
height: {{px.height}};
}
{{#custom}}
.customize-option.{{name}} {
background-image: url({{{escaped_image}}});
background-position: {{custom.px.offset_x}} {{custom.px.offset_y}};
width: {{custom.px.width}};
height: {{custom.px.height}};
}
{{/custom}}
{{/items}}