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

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.19 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. .bar rect {
  2.   fill: steelblue;
  3.   shape-rendering: crispEdges;
  4. }
  5.  
  6. .bar text {
  7.   fill: #fff;
  8. }
  9.  
  10. .axis path, .axis line {
  11.   fill: none;
  12.   stroke: #000;
  13.   shape-rendering: crispEdges;
  14. }