Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
added Unicode 7.0 sprite files
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Jul 17, 2015
1 parent 974584a commit 417b3ac
Show file tree
Hide file tree
Showing 5 changed files with 1,725 additions and 1,087 deletions.
2 changes: 1 addition & 1 deletion assets/sprites/emojione.sprites.css
100755 → 100644

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/sprites/emojione.sprites.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
line-height: normal;
vertical-align: middle;
background-image: url('emojione.sprites.png');
background-size: 3300%;
background-size: 3600%;
background-repeat: no-repeat;
}

{{#items}}
.{{name}} {
background-position: (({{px.x}} * 100 / ({{px.total_width}} * (32/33))))#{"%"} (({{px.y}} * 100 / ({{px.total_height}} * (31/32))))#{"%"};
background-position: (({{px.x}} * 100 / ({{px.total_width}} * (35/36))))#{"%"} (({{px.y}} * 100 / ({{px.total_height}} * (35/36))))#{"%"};
}
{{/items}}
Binary file modified assets/sprites/emojione.sprites.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 417b3ac

Please sign in to comment.