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

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

d3

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