Skip to content

Commit

Permalink
update css file
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jul 15, 2016
1 parent b7c8f1c commit 5447ed7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![OrgChart](http://dabeng.github.io/OrgChart/img/orgchart-heading.png)

###### It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
##### It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.

## Foreword
- First of all, thanks a lot for [wesnolte](https://github.com/wesnolte)'s great work:blush: -- [jOrgChart](https://github.com/wesnolte/jOrgChart). The thought that using nested tables to build out the tree-like orgonization chart is amazing. This idea is more simple and direct than its counterparts based on svg.
Expand Down
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.1.1",
"version": "1.1.2",
"homepage": "https://github.com/dabeng/OrgChart",
"authors": [
"dabeng <[email protected]>"
Expand Down
3 changes: 3 additions & 0 deletions dist/css/jquery.orgchart.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,20 @@

.orgchart td.right {
border-right: 1px solid rgba(217, 83, 79, 0.8);
float: none;
}

.orgchart td.left {
border-left: 1px solid rgba(217, 83, 79, 0.8);
float: none;
}

.orgchart td>.down {
background-color: rgba(217, 83, 79, 0.8);
margin: 0px auto;
height: 20px;
width: 2px;
float: none;
}

/* node styling */
Expand Down
3 changes: 3 additions & 0 deletions examples/css/jquery.orgchart.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,20 @@

.orgchart td.right {
border-right: 1px solid rgba(217, 83, 79, 0.8);
float: none;
}

.orgchart td.left {
border-left: 1px solid rgba(217, 83, 79, 0.8);
float: none;
}

.orgchart td>.down {
background-color: rgba(217, 83, 79, 0.8);
margin: 0px auto;
height: 20px;
width: 2px;
float: none;
}

/* node styling */
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.1.1",
"version": "1.1.2",
"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 5447ed7

Please sign in to comment.