mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 04:26:08 +10:00
fix specs
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user