Return to Snippet

Revision: 62087
at February 2, 2013 02:11 by thesmu


Updated Code
/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
margin:0;
padding:0;
}

img,fieldset {
border:none;
}

*:focus {
    outline: none;
}

Revision: 62086
at February 1, 2013 21:45 by thesmu


Initial Code
/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
margin:0;
padding:0;
}

img,fieldset {
border:none;
}

Initial URL
http://www.sitepoint.com/css-resets-useful-or-useless/

Initial Description
stripped down css sheet

Initial Title
Simplified reset

Initial Tags
css

Initial Language
CSS