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:
201 bytes
|
Line | |
---|
1 | #chart { |
---|
2 | font: 10px sans-serif; |
---|
3 | } |
---|
4 | |
---|
5 | .day { |
---|
6 | fill: #fff; |
---|
7 | stroke: #ccc; |
---|
8 | shape-rendering: crispEdges; |
---|
9 | } |
---|
10 | |
---|
11 | .month { |
---|
12 | fill: none; |
---|
13 | stroke: #000; |
---|
14 | stroke-width: 2px; |
---|
15 | shape-rendering: crispEdges; |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.