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

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

d3

File size: 234 bytes
RevLine 
[76]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.