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