Skip to content

Commit

Permalink
update css file of orgchart
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jun 22, 2016
1 parent a9f0242 commit 036754d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "1.0.9.5",
"version": "1.0.9.6",
"homepage": "https://github.com/dabeng/OrgChart",
"authors": [
"dabeng <[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion dist/css/jquery.orgchart.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
}

.orgchart table {
border-spacing:0;
border-spacing: 0!important;
border-collapse: separate!important;
}

.orgchart>table:first-child{
Expand Down
3 changes: 2 additions & 1 deletion examples/css/jquery.orgchart.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
}

.orgchart table {
border-spacing:0;
border-spacing: 0!important;
border-collapse: separate!important;
}

.orgchart>table:first-child{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "1.0.9.5",
"version": "1.0.9.6",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.js",
"style": [
Expand Down

0 comments on commit 036754d

Please sign in to comment.