Skip to content

Commit

Permalink
Demo CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 13, 2014
1 parent 926db85 commit bf4bea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ svg {
.node rect {
stroke: #333;
stroke-width: 1.5px;
fill: #ff;
fill: #fff;
}

.edgeLabel rect {
fill: #fff;
}

.edge path {
.edgePath {
stroke: #333;
stroke-width: 1.5px;
fill: none;
Expand Down

0 comments on commit bf4bea3

Please sign in to comment.