summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/events.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/events.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/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index e7da0a2f689..b39a9abf40f 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -94,7 +94,7 @@
}
}
- &:last-child { border:none }
+ &:last-child { border: none }
.event_commits {
li {
@@ -138,7 +138,7 @@
@include str-truncated(100%);
padding: 5px 0;
font-size: 13px;
- float:left;
+ float: left;
margin-right: -150px;
padding-right: 150px;
line-height: 20px;