Skip to content

Instantly share code, notes, and snippets.

@waako
Created February 13, 2014 14:01
Show Gist options
  • Save waako/8975482 to your computer and use it in GitHub Desktop.
Save waako/8975482 to your computer and use it in GitHub Desktop.
beurgh!
#content div.afm li ul, #content div.afm li ol {
margin: 0 !important;
}
#content div.afm h1, #content div.afm h2, #content div.afm h3, #content div.afm h4, #content div.afm h5, #content div.afm h6, #content div.afm p, #content div.afm ol, #content div.afm ul, #content div.afm blockquote {
background-color: rgba(0, 0, 0, 0) !important;
background-image: none !important;
border: 0 none !important;
box-shadow: 0 0 0 #FFFFFF !important;
color: #333333 !important;
margin: 15px 0 !important;
padding: 0 !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment