Commit 606e09c1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix table borders

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b0cfd2a9
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment