source: Dev/trunk/d3/examples/force/force.css @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 108 bytes
Line 
1circle.node {
2  stroke: #fff;
3  stroke-width: 1.5px;
4}
5
6line.link {
7  stroke: #999;
8  stroke-opacity: .6;
9}
Note: See TracBrowser for help on using the repository browser.