Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. body {
  2. font: 10px sans-serif;
  3. margin: 0;
  4. }
  5.  
  6. rect {
  7. fill: white;
  8. }
  9.  
  10. .axis {
  11. shape-rendering: crispEdges;
  12. }
  13.  
  14. .date.axis path, .date.axis line {
  15. display: none;
  16. }
  17.  
  18. .x.axis line, .x.axis path {
  19. fill: none;
  20. stroke: #000;
  21. }
  22.  
  23. /*.bolus.area {
  24. stroke: blue;
  25. stroke-width: 2;
  26. fill: blue;
  27. fill-opacity: 0.2;
  28. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement