From 8df97afb4f938610e23c7cd0a24fac6ef1e97f2d Mon Sep 17 00:00:00 2001 From: james Date: Mon, 3 Nov 2008 04:50:00 +0000 Subject: [PATCH] Table editor CSS cleanups to look better --- tableeditor.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tableeditor.css b/tableeditor.css index 2ca93e6..295a6cb 100644 --- a/tableeditor.css +++ b/tableeditor.css @@ -53,26 +53,25 @@ input { } .tableedit { - border-spacing: 1px; color: black; margin-left: 20px; margin-right: 20px; font-size: 0.8em; border: 0px; + border-collapse: collapse; } .tableedit td { - border: 0px solid #5C6F90; padding: 2px; } .tableedit th { - border: 1px solid #5C6F90; font-weight: bold; text-align: left; color: #FFFFFF; background-color: #5C6F90; - padding: 2px; + padding: 1px; + vertical-align: top; }