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 { ...@@ -32,12 +32,10 @@ table {
th { th {
background-color: $background-color; background-color: $background-color;
font-weight: normal; font-weight: normal;
font-size: 15px; border-bottom: none;
border-bottom: 1px solid $border-color;
} }
td { td {
border-bottom: 1px solid;
border-color: $table-border-color; 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