source: Dev/trunk/d3/examples/bundle/bundle-treemap.css @ 76

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

d3

File size: 208 bytes
Line 
1.cell {
2  border: solid 1px white;
3  font: 10px sans-serif;
4  line-height: 12px;
5  overflow: hidden;
6  position: absolute;
7  text-indent: 2px;
8}
9
10.link {
11  stroke: #000;
12  stroke-opacity: .5;
13  fill: none;
14}
Note: See TracBrowser for help on using the repository browser.