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

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 175 bytes
Line 
1.node circle {
2  fill: #fff;
3  stroke: steelblue;
4  stroke-width: 1.5px;
5}
6
7.node {
8  font: 10px sans-serif;
9}
10
11.link {
12  fill: none;
13  stroke: #ccc;
14  stroke-width: 1.5px;
15}
Note: See TracBrowser for help on using the repository browser.