toolkit/javascript/d3/examples/bundle/bundle-treemap.css
changeset 47 c0b4a8b5a012
equal deleted inserted replaced
46:efd9c589177a 47:c0b4a8b5a012
       
     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 }