From 914e7f2636417b64663fccabe98f2352d5e8e74d Mon Sep 17 00:00:00 2001 From: Neil Bowers Date: Thu, 19 Jan 2012 15:08:18 +0000 Subject: [PATCH] Removed padding from the sides of cells, as it was causing larger tables to get mis-aligned. Every sub-tree pushed things off by one pixel. With a deep tree, you end up with lines not meeting nodes. This fixes it. --- example/css/jquery.jOrgChart.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/css/jquery.jOrgChart.css b/example/css/jquery.jOrgChart.css index f5c62ac..7c0c248 100644 --- a/example/css/jquery.jOrgChart.css +++ b/example/css/jquery.jOrgChart.css @@ -26,7 +26,7 @@ .jOrgChart td { text-align : center; vertical-align : top; - padding : 0px 2px; + padding : 0; } /* The node */