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:
205 bytes
|
Line | |
---|
1 | #chart { |
---|
2 | width: 960px; |
---|
3 | height: 500px; |
---|
4 | } |
---|
5 | |
---|
6 | .black path { |
---|
7 | fill: none; |
---|
8 | stroke: #ccc; |
---|
9 | stroke-width: 3px; |
---|
10 | } |
---|
11 | |
---|
12 | .white path { |
---|
13 | fill: #fff; |
---|
14 | stroke: #fff; |
---|
15 | } |
---|
16 | |
---|
17 | .grey path { |
---|
18 | fill: #ccc; |
---|
19 | stroke: #666; |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.