some clean up, fix mix.html 404

This commit is contained in:
Carlos Rodriguez
2016-03-12 13:23:31 -05:00
parent bba1050e5e
commit d763fffd7a
6 changed files with 68 additions and 68 deletions

View File

@@ -68,7 +68,6 @@
body {
background: #323D47;
font-family: sans-serif;
color: #ccc;
}
</style>
@@ -106,8 +105,8 @@
B-- ... default style on links -->Z>My default thing this]
C-->D{condition};
linkStyle 0 stroke-width:2px,fill:none,stroke:blue;
linkStyle default stroke-width:2px,fill:none,stroke:red;
linkStyle 0 stroke-width:2px,fill:none,stroke:steelblue;
linkStyle default stroke-width:2px,fill:none,stroke:crimson;
</div>
<hr/>

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../dist/mermaid.forest.css"/>
<script src="../dist/mermaid.full.js"></script>
<script src="../dist/mermaid.js"></script>
<script>
var mermaid_config = {
startOnLoad:true,
@@ -154,7 +154,7 @@
Describe gantt syntax :active, a1, after des1, 3d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 48h
section Last section
Describe gantt syntax :after doc1, 3d
Add gantt diagram to demo page : 20h