fix specs

This commit is contained in:
Valery Sizov
2015-12-24 14:54:02 +02:00
parent e557c8d0a2
commit 6d07054747
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
}
input.emoji-search{
background: image-url(/assets/icon-search.png) 240px no-repeat;
background: image-url("icon-search.png") 240px no-repeat;
}
li {
+1 -1
View File
@@ -4,7 +4,7 @@ The source: gemojione gem.
*/
.emoji-icon{
background-image: image-url(emoji.png);
background-image: image-url("emoji.png");
background-repeat: no-repeat;
}