summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/events.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-03-17 02:36:56 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-03-17 02:36:56 +0000
commit6dad864088bf3e2a944262788c0d49d90ceacfde (patch)
tree362a331550f3560d2c144073e5d5dd03ffd0c6e9 /app/assets/stylesheets/pages/events.scss
parent6349f4909ba9a1f56bd3f3951b48da7966eb6895 (diff)
parente106597e31490a0dcfa9ff0fe5f88b13c19fd766 (diff)
downloadgitlab-ce-6dad864088bf3e2a944262788c0d49d90ceacfde.tar.gz
Merge branch 'css-zero-unit-fix' into 'master'
Follow the CSS Style Guide rules for unitless zero values. Discussed in #14299. cc: @rspeicher @jschatz1 See merge request !3259
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 1833e2136b1..e7da0a2f689 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -63,7 +63,7 @@
.note-image-attach {
margin-top: 4px;
- margin-left: 0px;
+ margin-left: 0;
max-width: 200px;
float: none;
}