/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
- /* The Reset ---------------------------------- */
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
- h6,pre,form,fieldset,input,p,blockquote,table,
- th,td { margin:0; padding:0; }
- fieldset,img,abbr { border:0; }
- address,caption,cite,code,dfn,em,h1,h2,h3,
- h4,h5,h6,th,var { font-style:normal; font-weight:normal; }
- caption,th { text-align:left; }
- q:before,q:after { content:''; }
- a { text-decoration:none; }
- body {
- font-size:62.5%;
- background:#fff;
- font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
- line-height:22px;
- color:#555;
- margin-bottom:40px;
- }
- /* -------------------------------------------- */