diff options
author | Haoliang Gao <sakura9515@gmail.com> | 2014-02-21 14:46:27 +0800 |
---|---|---|
committer | Haoliang Gao <sakura9515@gmail.com> | 2014-02-21 14:46:27 +0800 |
commit | f8807281ee591ac00462c1f60de0a01392b906e4 (patch) | |
tree | 2651ee4d192a07e98ee43f5ff69d950b816e0a50 | |
parent | 138e2a50b7d839bd37c21b2849df422f9dfef6bb (diff) | |
download | gitlab-ce-f8807281ee591ac00462c1f60de0a01392b906e4.tar.gz |
set layout margin-bottom 50px
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 9e009a5e0ad..4fb01a6fd05 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss @@ -16,5 +16,5 @@ body { } .container .content { - margin: 0 0; + margin: 0 0 50px; } |