summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/commits.scss4
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 {