mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge remote-tracking branch 'origin/master'
Conflicts: bower.json
This commit is contained in:
commit
20d927ce66
20
README.md
20
README.md
@ -69,26 +69,6 @@ Would end up like this:
|
||||
```
|
||||
An id is also added to mermaid tags without id.
|
||||
|
||||
## Default style
|
||||
|
||||
Set the default styles for the graphics in css:
|
||||
|
||||
```
|
||||
text {
|
||||
font-weight: 300;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
|
||||
font-size: 14px;
|
||||
}
|
||||
.node rect {
|
||||
stroke: #999;
|
||||
fill: #fff;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
.edgePath path {
|
||||
stroke: #333;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
```
|
||||
|
||||
# A graph example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user