/b2evolution/corporatemag/rsc/css/reset.css

http://laibcomsthemes.googlecode.com/ · CSS · 19 lines · 17 code · 0 blank · 2 comment · 0 complexity · fa34726056355736b487d8ef92a118a1 MD5 · raw file

  1. /* The Reset ---------------------------------- */
  2. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
  3. h6,pre,form,fieldset,input,p,blockquote,table,
  4. th,td { margin:0; padding:0; }
  5. fieldset,img,abbr { border:0; }
  6. address,caption,cite,code,dfn,em,h1,h2,h3,
  7. h4,h5,h6,th,var { font-style:normal; font-weight:normal; }
  8. caption,th { text-align:left; }
  9. q:before,q:after { content:''; }
  10. a { text-decoration:none; }
  11. body {
  12. font-size:62.5%;
  13. background:#fff;
  14. font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
  15. line-height:22px;
  16. color:#555;
  17. margin-bottom:40px;
  18. }
  19. /* -------------------------------------------- */