From 49c2e06cb89a91654afd526b4bbf530231bb60b2 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 25 Sep 2009 16:36:36 +0000 Subject: [PATCH] - Add a titch of spacing to the tableview, looks much better. --- tableeditor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableeditor.css b/tableeditor.css index 08c2e26..883924f 100644 --- a/tableeditor.css +++ b/tableeditor.css @@ -30,7 +30,7 @@ input { .tableview td { border: 1px solid #000000; - padding: 1px; + padding: 2px 5px 2px 5px; } .tableview th {