source:
Dev/trunk/d3/examples/calendar/calendar.css
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 201 bytes |
Rev | Line | |
---|---|---|
[76] | 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.