AFLAC_wyat / tree.css
Seetha's picture
Upload 3 files
3595b58
raw
history blame
No virus
168 Bytes
.node circle {
fill: #fff;
stroke: black;
stroke-width: 2px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke-width: 2px;
}