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

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

d3

File size: 184 bytes
Line 
1svg {
2  border: solid 1px #666;
3  overflow: hidden;
4}
5
6path {
7  fill: yellow;
8  stroke: #000;
9  stroke-width: .5px;
10}
11
12circle {
13  fill: #ccc;
14  stroke: #000;
15  pointer-events: none;
16}
Note: See TracBrowser for help on using the repository browser.