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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-02 20:52:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-02 20:52:46 +0300
commit606e09c141d39ccc3bcfe47ac200eef6df3861a0 (patch)
treedf364a64261e18f91ff7f9ff412b2b74cec0ae5d /app/assets/stylesheets/framework/tables.scss
parentb0cfd2a9c55e134711079a64a50c00d6fcdd766a (diff)
Fix table borders
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r--app/assets/stylesheets/framework/tables.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index 4765a3de515..b42075c98d0 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -32,12 +32,10 @@ table {
th {
background-color: $background-color;
font-weight: normal;
- font-size: 15px;
- border-bottom: 1px solid $border-color;
+ border-bottom: none;
}
td {
- border-bottom: 1px solid;
border-color: $table-border-color;
}
}