| changeset 47 | c0b4a8b5a012 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/javascript/d3/examples/azimuthal/azimuthal.css Thu Apr 10 14:20:23 2014 +0200 @@ -0,0 +1,21 @@ +@import url("../../lib/jquery-ui/jquery-ui.css"); + +body, .ui-widget { + font: 14px Helvetica Neue; +} + +svg { + width: 960px; + height: 500px; + border: solid 1px #ccc; + background: #eee; +} + +path { + fill: #ccc; + stroke: #fff; +} + +div { + width: 960px; +}