diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-17 19:18:37 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-17 19:18:37 +0200 |
commit | 33fd13c8f4909cbe52a8ec38701740f11f2fccbd (patch) | |
tree | 95acb3bdacc14d7924e3ee4d9bd655d8ab8cf38c | |
parent | f009b6e256cbb9493883949abd87cd41920ba054 (diff) | |
download | gitlab-ce-33fd13c8f4909cbe52a8ec38701740f11f2fccbd.tar.gz |
Remove border at bottom of readme.
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 9dd77747884..8742d1c39b3 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -10,6 +10,10 @@ border-bottom: 1px solid #E7E9EE; margin-bottom: 1em; + &.readme-holder { + border-bottom: 0; + } + table { @extend .table; } |