Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. body {
  2.   background: #222;
  3.   color: #eee;
  4.   font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  5. }
  6. circle {
  7.   stroke-width: 1px;
  8.   stroke: #111;
  9.   stroke-opacity: 0.5;
  10. }
  11. #chart {
  12.   width: 500px;
  13.   height: 400px;
  14.   background: #151515;
  15.   border-radius: 4px;
  16.   border: 1px solid #333;
  17.   float: left;
  18.   clear: left;
  19. }
  20. #controls {
  21.   float: left;
  22.   margin: 0 20px;
  23. }