source: Dev/branches/rest-dojo-ui/Demo/d3/examples/clock/clock.css @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
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.