From 3d51e6529d804dc1e37f36d2602814137c74093c Mon Sep 17 00:00:00 2001 From: Jonathan Amery Date: Wed, 18 Mar 2015 17:43:35 +0000 Subject: [PATCH] horizontal margins --- local.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 9558d3f..f2bff19 100644 --- a/local.css +++ b/local.css @@ -7,11 +7,19 @@ table {border-collapse: collapse; border: 1px solid black; border-left: 0px; border-right: 0px} -td {border: 1px solid black; border-top: 0px; border-bottom: 0px} +td {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + margin-left: 2px; + margin-right: 2px} td:first-child {border-left: 0px} td:last-child {border-right: 0px} thead {border: 1px solid black; border-left: 0px; border-right: 0px} -th {border: 1px solid black; border-top: 0px; border-bottom: 0px} +th {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + margin-left: 2px; + margin-right: 2px} th:first-child {border-left: 0px} th:last-child {border-right: 0px} -- 2.30.2