diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-26 14:51:55 -0500 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-26 14:51:55 -0500 |
commit | a98bf00ca6be419ba3406dcce0d78d23b297d006 (patch) | |
tree | 5079c0c9f9b64c5111f89aef3772400c0d5ae4fd | |
parent | 2cc20853c97b48b9353fae2bdb0c1f51d73bb33c (diff) | |
download | gitlab-ce-a98bf00ca6be419ba3406dcce0d78d23b297d006.tar.gz |
Adds margin top to readme holder so not flush.
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index a4791cf6b34..00cb756b376 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -7,6 +7,7 @@ border: 1px solid $border-color; &.readme-holder { + margin-top: 10px; border-bottom: 0; } |