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:
authorelliotec <elliotecweb@gmail.com>2016-07-12 18:22:53 +0300
committerelliotec <elliotecweb@gmail.com>2016-07-12 18:22:53 +0300
commit893cc5ec01b02a7183ae28ce815d6d14d0dfdeff (patch)
tree4aa29595ad3a0baa3a9995f4387cf9fd137b71d7 /app/assets/stylesheets/framework/blocks.scss
parent67f90c79840bcfca6d8d42a9f6620ef9eb7972c7 (diff)
use correct color variable for border
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 635c236c7ac..1e7c0468d89 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -225,7 +225,7 @@
float: right;
margin-top: 8px;
padding-bottom: 7px;
- border-bottom: 1px solid $white-dark;
+ border-bottom: 1px solid $border-color;
}
}