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:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-26 22:40:52 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-26 22:40:52 +0300
commit2cc20853c97b48b9353fae2bdb0c1f51d73bb33c (patch)
treeebaf7eb24201aff8def81ac13d8f4f5c15306d04 /app/assets/stylesheets/framework/tables.scss
parentdd60590a3c90d5d12c4aba8a78338da5dd85310f (diff)
adds border color to tables globally.
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r--app/assets/stylesheets/framework/tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index b5134f44ded..75b770ae5a2 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -38,7 +38,7 @@ table {
td {
border-color: $table-border-color;
- border-bottom: 1px solid;
+ border-bottom: 1px solid $border-color;
}
}
}