From cc1b9c851dd4a5f8e8a283fc15d8614f41268bc1 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 18 Jun 2017 20:25:41 +0200 Subject: [PATCH] More lightweight table style --- styles/table.scarlet | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/styles/table.scarlet b/styles/table.scarlet index a36cf808..dd94a43b 100644 --- a/styles/table.scarlet +++ b/styles/table.scarlet @@ -2,12 +2,11 @@ table width 100% tr - ui-element - // border-bottom-width 1px - // border-bottom-style solid - // border-bottom-color rgba(0, 0, 0, 0.05) - // :last-child - // border none + border-bottom-width 1px + border-bottom-style solid + border-bottom-color rgba(0, 0, 0, 0.05) + :last-child + border none td padding 0.5rem 1rem