Skip to content

Instantly share code, notes, and snippets.

@incraigulous
Created November 20, 2013 18:08
Show Gist options
  • Save incraigulous/7568047 to your computer and use it in GitHub Desktop.
Save incraigulous/7568047 to your computer and use it in GitHub Desktop.
Mailchimp Reset
<style type="text/css">
/* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
body{
margin:0;
padding:0;
}
img{
border:0 none;
height:auto;
line-height:100%;
outline:none;
text-decoration:none;
}
a img{
border:0 none;
}
.imageFix{
display:block;
}
table, td{
border-collapse:collapse;
}
#bodyTable{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment