summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 15:18:00 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 15:24:13 -0600
commit5a1572a42638123da9a4a460ae881d7e38dea269 (patch)
tree39ee9b86bd2d0c854c2ca354e5f7902491272318 /app/assets/stylesheets/framework/layout.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-5a1572a42638123da9a4a460ae881d7e38dea269.tar.gz
Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index e901c78d02f..8bb047db2dd 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -16,7 +16,7 @@ body {
}
.container .content {
- margin: 0 0;
+ margin: 0;
}
.navless-container {