Spaces:
Running
Running
File size: 168 Bytes
3595b58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.node circle {
fill: #fff;
stroke: black;
stroke-width: 2px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke-width: 2px;
} |