Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-12-24 15:54:02 +0300
committerValery Sizov <valery@gitlab.com>2015-12-24 15:54:02 +0300
commit6d0705474791c2071153794e9be8df69375e1028 (patch)
tree07a151796ac54f39876d2b74b8132a909fe9cccd /app
parente557c8d0a2c1b05148a9d73a8a658962a3ef6147 (diff)
fix specs
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/awards.scss2
-rw-r--r--app/assets/stylesheets/pages/emojis.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/awards.scss b/app/assets/stylesheets/pages/awards.scss
index 19d0d361c79..87dd30f4111 100644
--- a/app/assets/stylesheets/pages/awards.scss
+++ b/app/assets/stylesheets/pages/awards.scss
@@ -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 {
diff --git a/app/assets/stylesheets/pages/emojis.scss b/app/assets/stylesheets/pages/emojis.scss
index 920d0e3d338..89a94c5a780 100644
--- a/app/assets/stylesheets/pages/emojis.scss
+++ b/app/assets/stylesheets/pages/emojis.scss
@@ -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;
}