Skip to content

Commit 5447ed7

Browse files
author
dabeng
committed
update css file
1 parent b7c8f1c commit 5447ed7

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![OrgChart](http://dabeng.github.io/OrgChart/img/orgchart-heading.png)
22

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

55
## Foreword
66
- 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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"homepage": "https://github.com/dabeng/OrgChart",
55
"authors": [
66
"dabeng <dabeng413@gmail.com>"

dist/css/jquery.orgchart.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,20 @@
101101

102102
.orgchart td.right {
103103
border-right: 1px solid rgba(217, 83, 79, 0.8);
104+
float: none;
104105
}
105106

106107
.orgchart td.left {
107108
border-left: 1px solid rgba(217, 83, 79, 0.8);
109+
float: none;
108110
}
109111

110112
.orgchart td>.down {
111113
background-color: rgba(217, 83, 79, 0.8);
112114
margin: 0px auto;
113115
height: 20px;
114116
width: 2px;
117+
float: none;
115118
}
116119

117120
/* node styling */

examples/css/jquery.orgchart.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,20 @@
101101

102102
.orgchart td.right {
103103
border-right: 1px solid rgba(217, 83, 79, 0.8);
104+
float: none;
104105
}
105106

106107
.orgchart td.left {
107108
border-left: 1px solid rgba(217, 83, 79, 0.8);
109+
float: none;
108110
}
109111

110112
.orgchart td>.down {
111113
background-color: rgba(217, 83, 79, 0.8);
112114
margin: 0px auto;
113115
height: 20px;
114116
width: 2px;
117+
float: none;
115118
}
116119

117120
/* node styling */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orgchart",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
55
"main": "./dist/js/jquery.orgchart.js",
66
"style": [

0 commit comments

Comments
 (0)