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
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-03-07 16:06:16 +0300
committerhaseeb <haseebeqx@yahoo.com>2018-03-07 16:06:16 +0300
commit101c37085f5342189b64a04f19c742cbd91e01f4 (patch)
tree1fd6ce9b4410624479c36f4a9a118a0e2bb5d111 /app/assets/stylesheets/snippets.scss
parentc5cd31142bd40fe2529d2c5009cbb1ae664d9c1d (diff)
changes based on review
Diffstat (limited to 'app/assets/stylesheets/snippets.scss')
-rw-r--r--app/assets/stylesheets/snippets.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss
index 14e6b5a1e1e..0d6b0735f70 100644
--- a/app/assets/stylesheets/snippets.scss
+++ b/app/assets/stylesheets/snippets.scss
@@ -22,9 +22,9 @@
height: 16px;
background-size: cover;
- &.gl-snippet-icon-doc_code { background-position: -0 -0; }
- &.gl-snippet-icon-doc_text { background-position: -0 -16px; }
- &.gl-snippet-icon-download { background-position: -0 -32px; }
+ &.gl-snippet-icon-doc_code { background-position: 0 0; }
+ &.gl-snippet-icon-doc_text { background-position: 0 -16px; }
+ &.gl-snippet-icon-download { background-position: 0 -32px; }
}
.blob-viewer {