Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-22 23:58:29 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-23 00:01:31 +0300
commitedac38c4397342bcee57ccd135b742de877331d4 (patch)
tree87350cf081d8fdf4f7aed6a1da2b1d5841380ae1 /app/assets/stylesheets/notify.scss
parent57dd206f12524807403a6f3146bde0e31ead79a9 (diff)
Fixes last remaining lints and enables scss-lint test for GitLab CI.
With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299.
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss
index f1d42f80f56..0a13a7e0b54 100644
--- a/app/assets/stylesheets/notify.scss
+++ b/app/assets/stylesheets/notify.scss
@@ -3,12 +3,12 @@ img {
height: auto;
}
p.details {
- font-style:italic;
- color:#777
+ font-style: italic;
+ color: #777
}
.footer p {
- font-size:small;
- color:#777
+ font-size: small;
+ color: #777
}
pre.commit-message {
white-space: pre-wrap;
@@ -20,5 +20,5 @@ pre.commit-message {
color: #090;
}
.file-stats .deleted-file {
- color: #B00;
+ color: #b00;
}