Created
April 7, 2011 12:42
-
-
Save leoallen85/907689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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