v2-compatible-reset.css 296 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. body,
  2. div,
  3. dl,
  4. dt,
  5. dd,
  6. ul,
  7. ol,
  8. li,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. pre,
  16. code,
  17. form,
  18. fieldset,
  19. legend,
  20. input,
  21. textarea,
  22. p,
  23. blockquote,
  24. th,
  25. td,
  26. hr,
  27. button,
  28. article,
  29. aside,
  30. details,
  31. figcaption,
  32. figure,
  33. footer,
  34. header,
  35. hgroup,
  36. menu,
  37. nav,
  38. section {
  39. margin: 0;
  40. padding: 0;
  41. }
  42. ul,
  43. ol {
  44. list-style: none;
  45. }