Skip to content

Instantly share code, notes, and snippets.

@redtettemer
Created July 1, 2010 15:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redtettemer/460083 to your computer and use it in GitHub Desktop.
Save redtettemer/460083 to your computer and use it in GitHub Desktop.
/********
Base Styles
**********/
* {
margin:0;
padding:0;
}
img{border:none;}
h1,h2,h3,h4,h5,p{
margin:0;
padding:0;
}
p{
margin:0 auto 10px auto;
}
abbr{
border:none;
display:inline;
}
address{
font-style:normal;
display:inline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
li{
list-style-type:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment