Last change
on this file since 249 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
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.