Fix table borders

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-05-02 19:52:46 +02:00
parent b0cfd2a9c5
commit 606e09c141
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}