summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-05-15 12:11:40 -0500
committerDouwe Maan <douwe@selenight.nl>2017-05-23 15:37:04 -0500
commit2830cb923742dc32d790f1ec369a98f816c47067 (patch)
tree8eb83afccb670b2f85d7a647397e9a3f924336e5 /app/assets/stylesheets/pages
parentdb40c668de96e6dfcdb07792b881118867c2ff52 (diff)
downloadgitlab-ce-2830cb923742dc32d790f1ec369a98f816c47067.tar.gz
Consistently style image in blob and diff
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index cfb1df4df84..6c935d58b73 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -158,7 +158,7 @@
}
.image {
- background: $diff-image-bg;
+ background: $file-image-bg;
text-align: center;
padding: 30px;