- commit
- 347ac17cbbae565c459817f269299c558e71d91f
- parent
- 37989690a3005038b9193e4f47b6caf6054ca6f0
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-02-02 17:58
fix table styling
Diffstat
| M | style.css | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
@@ -38,11 +38,11 @@ table {
38 38 margin: 2em 0;
39 39 }
40 40 tr {
41 -1 border-bottom: 1px solid $color-border;
-1 41 border-bottom: 1px solid silver;
42 42 }
43 43 td, th {
44 44 text-align: start;
45 -1 padding: $padding / 2;
-1 45 padding: 0.5em;
46 46 vertical-align: top;
47 47 }
48 48