reset.css 569 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* =Reset
  2. -------------------------------------------------------------- */
  3. html,
  4. body,
  5. div,
  6. span,
  7. applet,
  8. object,
  9. iframe,
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6,
  16. p,
  17. blockquote,
  18. pre,
  19. a,
  20. abbr,
  21. acronym,
  22. address,
  23. big,
  24. cite,
  25. code,
  26. del,
  27. dfn,
  28. em,
  29. font,
  30. ins,
  31. kbd,
  32. q,
  33. s,
  34. samp,
  35. small,
  36. strike,
  37. strong,
  38. sub,
  39. sup,
  40. tt,
  41. var,
  42. dl,
  43. dt,
  44. dd,
  45. ol,
  46. ul,
  47. li,
  48. fieldset,
  49. form,
  50. label,
  51. legend,
  52. table,
  53. caption,
  54. tbody,
  55. tfoot,
  56. thead,
  57. tr,
  58. th,
  59. td,
  60. th {
  61. font-family: inherit;
  62. font-size: 100%;
  63. font-weight: inherit;
  64. font-style: inherit;
  65. margin: 0;
  66. padding: 0;
  67. vertical-align: baseline;
  68. border: 0;
  69. outline: 0;
  70. }