Skip to content

Commit

Permalink
Removed padding from the sides of cells, as it was causing larger tab…
Browse files Browse the repository at this point in the history
…les 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.
  • Loading branch information
neilb committed Jan 19, 2012
1 parent beba805 commit 914e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/css/jquery.jOrgChart.css
Expand Up @@ -26,7 +26,7 @@
.jOrgChart td {
text-align : center;
vertical-align : top;
padding : 0px 2px;
padding : 0;
}

/* The node */
Expand Down

0 comments on commit 914e7f2

Please sign in to comment.