| changeset 47 | c0b4a8b5a012 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/javascript/d3/examples/clock/clock.css Thu Apr 10 14:20:23 2014 +0200 @@ -0,0 +1,23 @@ +#clock { + position: relative; + background: #222; + width: 960px; + height: 700px; +} + +#clock div { + position: absolute; + right: 4px; + bottom: 4px; + color: #ddd; + font: 10px sans-serif; +} + +#clock a { + color: #fff; + font-weight: bold; +} + +text { + font: bold 13px sans-serif; +}