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 | |
---|---|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[76] | 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.