reset.css 859 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. a, abbr, acronym, address, applet, article, aside, audio,
  2. b, blockquote, big, body,
  3. center, canvas, caption, cite, code, command,
  4. datalist, dd, del, details, dfn, dl, div, dt,
  5. em, embed,
  6. fieldset, figcaption, figure, font, footer, form,
  7. h1, h2, h3, h4, h5, h6, header, hgroup, html,
  8. i, iframe, img, ins,
  9. kbd,
  10. keygen,
  11. label, legend, li,
  12. meter,
  13. nav,
  14. object, ol, output,
  15. p, pre, progress,
  16. q,
  17. s, samp, section, small, span, source, strike, strong, sub, sup,
  18. table, tbody, tfoot, thead, th, tr, tdvideo, tt,
  19. u, ul,
  20. var{
  21. background: transparent;
  22. border: 0 none;
  23. font-size: 100%;
  24. margin: 0;
  25. padding: 0;
  26. border: 0;
  27. outline: 0;
  28. vertical-align: top; }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. blockquote, q {
  33. quotes: none;
  34. }
  35. table, table td {
  36. padding:0;
  37. border:none;
  38. border-collapse:collapse;
  39. }
  40. img {
  41. vertical-align:top;
  42. }
  43. embed {
  44. vertical-align:top;
  45. }