summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 15:18:00 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 15:24:13 -0600
commit5a1572a42638123da9a4a460ae881d7e38dea269 (patch)
tree39ee9b86bd2d0c854c2ca354e5f7902491272318 /app/assets/stylesheets/pages/diff.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-5a1572a42638123da9a4a460ae881d7e38dea269.tar.gz
Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-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 d5862a11aca..f1368d74b3b 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -132,7 +132,7 @@
}
.image-info {
font-size: 12px;
- margin: 5px 0 0 0;
+ margin: 5px 0 0;
color: grey;
}