source: Dev/branches/rest-dojo-ui/Demo/d3/examples/pack/pack.css @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 198 bytes
Line 
1circle {
2  fill: rgb(31, 119, 180);
3  fill-opacity: .25;
4  stroke: rgb(31, 119, 180);
5  stroke-width: 1px;
6}
7
8.leaf circle {
9  fill: #ff7f0e;
10  fill-opacity: 1;
11}
12
13text {
14  font: 10px sans-serif;
15}
Note: See TracBrowser for help on using the repository browser.