Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Created April 7, 2011 12:42
Show Gist options
  • Save leoallen85/907689 to your computer and use it in GitHub Desktop.
Save leoallen85/907689 to your computer and use it in GitHub Desktop.
/* resets */
body, *{
font-family:Tahoma, Arial, Sans;
font-size:13px;
line-height:18px;
margin:0px;
padding:0px;
}
body{
padding:10px;
}
blockquote, ul, ol{
margin:10px 0px 20px 40px;
}
h1, h2, h3, h4, h5, h6, h7{
margin:0.4em 0em 0.6em 0em;
line-height:1em;
}
li > ul{
margin-top:0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment