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

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 234 bytes
Line 
1#chart {
2  font: 10px sans-serif;
3  width: 960px;
4  height: 310px;
5}
6
7.qq .box, .qq .tick line, .qq .quantile, .qq .diagonal {
8  stroke: #aaa;
9  fill: none;
10}
11
12.qq .quantile {
13  stroke: #000;
14}
15
16.qq g + g .y.tick {
17  display: none;
18}
Note: See TracBrowser for help on using the repository browser.