Commit 6d070547 authored by Valery Sizov's avatar Valery Sizov

fix specs

parent e557c8d0
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
} }
input.emoji-search{ input.emoji-search{
background: image-url(/assets/icon-search.png) 240px no-repeat; background: image-url("icon-search.png") 240px no-repeat;
} }
li { li {
......
...@@ -4,7 +4,7 @@ The source: gemojione gem. ...@@ -4,7 +4,7 @@ The source: gemojione gem.
*/ */
.emoji-icon{ .emoji-icon{
background-image: image-url(emoji.png); background-image: image-url("emoji.png");
background-repeat: no-repeat; background-repeat: no-repeat;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment