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:
198 bytes
|
Line | |
---|
1 | circle { |
---|
2 | fill: rgb(31, 119, 180); |
---|
3 | fill-opacity: .25; |
---|
4 | stroke: rgb(31, 119, 180); |
---|
5 | stroke-width: 1px; |
---|
6 | } |
---|
7 | |
---|
8 | .leaf circle { |
---|
9 | fill: #ff7f0e; |
---|
10 | fill-opacity: 1; |
---|
11 | } |
---|
12 | |
---|
13 | text { |
---|
14 | font: 10px sans-serif; |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.