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