source: Dev/trunk/d3/examples/clock/clock.css @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 283 bytes
Line 
1#clock {
2  position: relative;
3  background: #222;
4  width: 960px;
5  height: 700px;
6}
7
8#clock div {
9  position: absolute;
10  right: 4px;
11  bottom: 4px;
12  color: #ddd;
13  font: 10px sans-serif;
14}
15
16#clock a {
17  color: #fff;
18  font-weight: bold;
19}
20
21text {
22  font: bold 13px sans-serif;
23}
Note: See TracBrowser for help on using the repository browser.