source: Dev/trunk/d3/examples/azimuthal/azimuthal.css @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 254 bytes
RevLine 
[76]1@import url("../../lib/jquery-ui/jquery-ui.css");
2
3body, .ui-widget {
4  font: 14px Helvetica Neue;
5}
6
7svg {
8  width: 960px;
9  height: 500px;
10  border: solid 1px #ccc;
11  background: #eee;
12}
13
14path {
15  fill: #ccc;
16  stroke: #fff;
17}
18
19div {
20  width: 960px;
21}
Note: See TracBrowser for help on using the repository browser.