summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/tree.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-16 17:40:12 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-16 20:52:48 -0600
commit5d3cd7fd3783d7e94894431ec13843a03feb77a5 (patch)
treec3a9ae5d221f25a62c605f9076dc3fb5a3bc1df8 /app/assets/stylesheets/pages/tree.scss
parent6dad864088bf3e2a944262788c0d49d90ceacfde (diff)
downloadgitlab-ce-5d3cd7fd3783d7e94894431ec13843a03feb77a5.tar.gz
Follow the CSS Style Guide rules for including a space after the property colon.
Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index ef63b010600..73c7c9f687c 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -46,7 +46,7 @@
img {
position: relative;
- top:-1px;
+ top: -1px;
}
}