Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Stubler <brunsa2@gmail.com>2017-06-16 06:15:49 +0300
committerJeff Stubler <brunsa2@gmail.com>2017-06-16 06:15:49 +0300
commit7a65cab36d28827a59b69d98f5553b2ad67a6eaf (patch)
treefd804161859068248ab39c4709ce0ebcfe3d17ae /app/assets/stylesheets/framework/files.scss
parentae9d191e566b036798816e5f8bf5ef1dc0ff3e90 (diff)
Add missing bottom border to blame age legend
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index b26d8fbd5fe..da03e4f5b5e 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -63,6 +63,7 @@
background-color: $gray-light;
text-align: right;
padding: 8px $gl-padding;
+ border-bottom: 1px solid $border-color;
@media (max-width: $screen-xs-max) {
text-align: left;