source:
Dev/trunk/d3/examples/cluster/cluster.css
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[76] | 1 | .node circle { |
2 | fill: #fff; | |
3 | stroke: steelblue; | |
4 | stroke-width: 1.5px; | |
5 | } | |
6 | ||
7 | .node { | |
8 | font: 10px sans-serif; | |
9 | } | |
10 | ||
11 | .link { | |
12 | fill: none; | |
13 | stroke: #ccc; | |
14 | stroke-width: 1.5px; | |
15 | } |
Note: See TracBrowser
for help on using the repository browser.