/*Filename:reset.css
*Description:reset HTML CSS styles which have different default across browsers
*
*Last revision:
*$Revision: 1 $
*$Date: 2009-05-09 21:42 $
*$LastChangedBy: michel.bagnol $
*$HeadURL: http://svn.nodewave.com/repos/trunk/reset.css $
*/
/* ===== IMAGES ===== */
ol,
ul
{list-style:none;}
/* ===== FONTS ===== */
/* --- Font-size --- */
address,
caption,
cite,
code,
dfn,
em,
th,
var
{font-style:normal;
font-weight:normal;}
h1,
h2,
h3,
h4,
h5,
h6
{font-size:100%;
font-weight:normal;}
/* ===== ALIGNMENTS & POSITIONING ===== */
caption,
th
{text-align:left;}
/* ===== BORDERS ===== */
table
{border-collapse:collapse;
border-spacing:0;}
abbr,
acronym,
fieldset,
img
{border:0;}
/* ===== PADDINGS & DIMENSIONS & MARGINS ===== */
body,
blockquote,
dd,
div,
dl,
dt,
form,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul
{margin:0;
padding:0;}
/* ===== MISCELLANEOUS ===== */
q:before,
q:after
{content:'';}

