Skip to content

Commit

Permalink
Updated distribution after PR #251
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Nov 6, 2015
1 parent f79577c commit 76130bc
Show file tree
Hide file tree
Showing 10 changed files with 575 additions and 492 deletions.
2 changes: 1 addition & 1 deletion dist/mermaid.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ text.actor {
*/
text {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
font-size: 28px;
}
div.mermaidTooltip {
position: absolute;
Expand Down
21 changes: 20 additions & 1 deletion dist/mermaid.forest.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,29 @@ text.actor {
*/
text {
g.classGroup text {
fill: #13540c;
stroke: none;
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
g.classGroup rect {
fill: #cde498;
stroke: #13540c;
}
g.classGroup line {
stroke: #13540c;
stroke-width: 1;
}
.relation {
stroke: #13540c;
stroke-width: 1;
fill: none;
}
text {
font-family: 'trebuchet ms', verdana, arial;
font-size: 28px;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
Expand Down
233 changes: 125 additions & 108 deletions dist/mermaid.js

Large diffs are not rendered by default.

37 changes: 17 additions & 20 deletions dist/mermaid.min.js

Large diffs are not rendered by default.

233 changes: 125 additions & 108 deletions dist/mermaid.slim.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/mermaid.slim.min.js

Large diffs are not rendered by default.

233 changes: 125 additions & 108 deletions dist/mermaidAPI.js

Large diffs are not rendered by default.

31 changes: 15 additions & 16 deletions dist/mermaidAPI.min.js

Large diffs are not rendered by default.

233 changes: 125 additions & 108 deletions dist/mermaidAPI.slim.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/mermaidAPI.slim.min.js

Large diffs are not rendered by default.

0 comments on commit 76130bc

Please sign in to comment.