Skip to content

Commit

Permalink
Merge pull request #168 from knsv/dev-0.5.0
Browse files Browse the repository at this point in the history
Merge of changes in dev-0.5.0 branch into master before release
  • Loading branch information
knsv committed Jun 7, 2015
2 parents 56375fa + 08fa19b commit c0ca932
Show file tree
Hide file tree
Showing 48 changed files with 114,454 additions and 14,835 deletions.
22,405 changes: 22,405 additions & 0 deletions dist/mermaid-legacy.full.js

Large diffs are not rendered by default.

5,559 changes: 2,966 additions & 2,593 deletions dist/mermaid.full.js → dist/mermaid-legacy.slim.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/mermaid-legacy.slim.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/mermaid.forest.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* Flowchart variables */
/* Sequence Diagram variables */
/* Gantt chart variables */

.mermaid .label {
font-family: 'trebuchet ms', verdana, arial;
color: #333333;
}

.node rect,
.node circle,
.node polygon {
Expand All @@ -18,7 +19,7 @@
}
.cluster rect {
fill: #cdffb2;
rx: 40;
rx: 4;
stroke: #6eaa49;
stroke-width: 1px;
}
Expand Down
45 changes: 0 additions & 45 deletions dist/mermaid.full.min.js

This file was deleted.

Loading

0 comments on commit c0ca932

Please sign in to comment.