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