Spaces:
Sleeping
Sleeping
File size: 185 Bytes
cde25cc |
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: #ccc;
stroke-width: 2px;
} |