Skip to content

Instantly share code, notes, and snippets.

@ootput
Created June 14, 2012 04:09
Show Gist options
  • Select an option

  • Save ootput/2927943 to your computer and use it in GitHub Desktop.

Select an option

Save ootput/2927943 to your computer and use it in GitHub Desktop.
Extract CSS for Wordpress blog
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment