diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-30 14:30:06 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-30 14:30:06 -0600 |
commit | d80b8ed6d45f62bbd0d394c3c3a00d554f5aead9 (patch) | |
tree | 757207fdbbf4cc871945867bce362c7bc1ef77f6 /app/assets/stylesheets/framework/common.scss | |
parent | 2fb7392ed7afeb47cfaae4059426aeda45a12cff (diff) | |
download | gitlab-ce-d80b8ed6d45f62bbd0d394c3c3a00d554f5aead9.tar.gz |
Enable SpaceBeforeBrace rule for SCSS Lint
Also resolve all instances of spaces not being included before opening
braces.
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 9b676d759e0..db1a8b1bf78 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -121,7 +121,7 @@ p.time { text-shadow: none; } -.thin_area{ +.thin_area { height: 150px; } @@ -148,7 +148,7 @@ li.note { } } -.wiki_content code, .readme code{ +.wiki_content code, .readme code { background-color: inherit; } |