diff -r efd9c589177a -r c0b4a8b5a012 toolkit/javascript/d3/examples/voronoi/voronoi.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/javascript/d3/examples/voronoi/voronoi.css Thu Apr 10 14:20:23 2014 +0200 @@ -0,0 +1,16 @@ +svg { + border: solid 1px #666; + overflow: hidden; +} + +path { + fill: yellow; + stroke: #000; + stroke-width: .5px; +} + +circle { + fill: #ccc; + stroke: #000; + pointer-events: none; +}