source:
Dev/trunk/d3/examples/box/box.css
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 201 bytes |
Line | |
---|---|
1 | .box { font: 10px sans-serif; } |
2 | .box line, .box rect, .box circle { stroke: #000; stroke-width: 1.5px; fill: #fff; } |
3 | .box .center { stroke-dasharray: 3 3; } |
4 | .box .outlier { stroke: #ccc; fill: none; } |
Note: See TracBrowser
for help on using the repository browser.