Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #136 from kambayashia/feature/update-css
Browse files Browse the repository at this point in the history
Feature/update css
  • Loading branch information
hassankhan committed May 20, 2015
2 parents 63b8b05 + 8af5583 commit 17f79be
Show file tree
Hide file tree
Showing 8 changed files with 893 additions and 891 deletions.
3 changes: 2 additions & 1 deletion dist/css/basic/emojify.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
height: 1.5em;
display: inline-block;
margin-bottom: -0.25em;
}
background-size: contain;
}
2 changes: 1 addition & 1 deletion dist/css/basic/emojify.min.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.emoji{width:1.5em;height:1.5em;display:inline-block;margin-bottom:-.25em}
.emoji{width:1.5em;height:1.5em;display:inline-block;margin-bottom:-.25em;background-size:contain}
36 changes: 18 additions & 18 deletions dist/css/data-uri/emojify-emoticons.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/data-uri/emojify-emoticons.min.css

Large diffs are not rendered by default.

1,734 changes: 867 additions & 867 deletions dist/css/data-uri/emojify.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/data-uri/emojify.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gulp-uglify": "~1.0.1",
"gulp-rename": "~1.2.0",
"gulp-minify-css": "~0.3.11",
"gulp-image-data-uri": "~0.1.0",
"gulp-image-data-uri": "~1.0.0",
"gulp-filter": "~1.0.2",
"gulp-concat": "~2.4.1",
"jsdom": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion src/css/basic/emojify.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
height: 1.5em;
display: inline-block;
margin-bottom: -0.25em;
}
background-size: contain;
}

0 comments on commit 17f79be

Please sign in to comment.