diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-25 09:11:47 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-08 10:10:51 +0100 |
commit | 48726e9d307536318c7d87e2ba93f93582e22bfa (patch) | |
tree | dfa83fdcab67b1a6f0d83fe0d106ecf8ceb2c284 /app/assets/stylesheets | |
parent | 8b40a7745be84659c10db02e3bbb74126bd42414 (diff) | |
download | gitlab-ce-48726e9d307536318c7d87e2ba93f93582e22bfa.tar.gz |
Updated failing tests
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index d360a224848..ba8d9cce49b 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -10,8 +10,8 @@ .commit-header { padding: 5px 10px; background-color: $background-color; - border-top: 1px solid $border-color; - border-bottom: 1px solid $border-color; + border-bottom: 1px solid #eee; + border-bottom: 1px solid #eee; font-size: 14px; &:first-child { |