diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-03-21 19:32:23 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-22 12:32:46 +0100 |
commit | 6e46c56b12df80b9eb1ec9130b775a77f8d65532 (patch) | |
tree | f75608734e96fcff2fa338aaa6a41b2490bdfff1 /app/assets/stylesheets/pages/login.scss | |
parent | 534148e965ae455895d5ef9f7c61df850a377dcf (diff) | |
download | gitlab-ce-6e46c56b12df80b9eb1ec9130b775a77f8d65532.tar.gz |
Merge branch 'css-shorthand' into 'master'
Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of the Shorthand rule. All of these were done manually and I reviewed each change to verify, so they should all be right.
Discussed in #14299.
cc: @jschatz1
See merge request !3313
Diffstat (limited to 'app/assets/stylesheets/pages/login.scss')
-rw-r--r-- | app/assets/stylesheets/pages/login.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss index bc41f7d306f..777bcbca5c3 100644 --- a/app/assets/stylesheets/pages/login.scss +++ b/app/assets/stylesheets/pages/login.scss @@ -45,7 +45,7 @@ .login-heading h3 { font-weight: 300; line-height: 1.5; - margin: 0 0 10px 0; + margin: 0 0 10px; } .login-footer { |