Created
July 1, 2010 15:10
-
-
Save redtettemer/460083 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
/******** | |
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