Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1.  
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, font, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td {
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. outline: 0;
  14. font-weight: inherit;
  15. font-style: inherit;
  16. font-size: 100%;
  17. font-family: inherit;
  18. vertical-align: baseline;
  19. background-image: transparent;
  20. }
  21.  
  22. :focus {
  23. outline: 0;
  24. }
  25. body {
  26. line-height: 1;
  27. }
  28. ol, ul {
  29. list-style: none;
  30. }
  31.  
  32. table {
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. }
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. }
  40. blockquote:before, blockquote:after,
  41. q:before, q:after {
  42. content: "";
  43. }
  44. blockquote, q {
  45. quotes: "" "";
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement