Files
meteor/examples/other/domrange-grid/domrange-grid.css
2013-08-27 17:18:20 -07:00

19 lines
335 B
CSS

/* CSS declarations go here */
* { margin: 0; padding: 0 }
#grid td {
width: 20px;
height: 20px;
vertical-align: middle;
text-align: center;
}
.color0 { background: #eee; }
.color1 { background: #d8f; }
.color2 { background: #8c3; }
.color3 { background: #39d; }
.color4 { background: #d96; }
.color5 { background: #a95; }