1
0
mirror of https://github.com/d3/d3.git synced 2026-01-25 15:24:06 +00:00
d3/examples/bundle/bundle-radial.css
2011-06-22 16:49:01 -07:00

10 lines
103 B
CSS

.node {
font: 10px sans-serif;
}
.link {
stroke: steelblue;
stroke-opacity: .4;
fill: none;
}