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

d3

File size: 201 bytes
RevLine 
[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.