diff -r efd9c589177a -r c0b4a8b5a012 toolkit/javascript/d3/examples/bundle/bundle-treemap.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/javascript/d3/examples/bundle/bundle-treemap.css Thu Apr 10 14:20:23 2014 +0200 @@ -0,0 +1,14 @@ +.cell { + border: solid 1px white; + font: 10px sans-serif; + line-height: 12px; + overflow: hidden; + position: absolute; + text-indent: 2px; +} + +.link { + stroke: #000; + stroke-opacity: .5; + fill: none; +}