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

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

d3

File size: 112 bytes
Line 
1#chart {
2  font: 10px sans-serif;
3}
4
5.chord path {
6  fill-opacity: .67;
7  stroke: #000;
8  stroke-width: .5px;
9}
Note: See TracBrowser for help on using the repository browser.