Skip to content

Instantly share code, notes, and snippets.

@lynettechandler
Created October 19, 2013 16:45
Show Gist options
  • Save lynettechandler/7058309 to your computer and use it in GitHub Desktop.
Save lynettechandler/7058309 to your computer and use it in GitHub Desktop.
Style plugin CSS fixes for different themes.
/* Genesis Serenity */
#content .post UL.snzpli-bullet LI, #content .post UL.snzpli-plus LI, #content .post UL.snzpli-check LI, #content .post UL.snzpli-ast LI, #content .post UL.snzpli-star LI, #content .post UL.snzpli-cross LI, #content .post UL.snzpli-arrow LI, #content .post UL.snzpli-alert LI, #content .post UL.snzpli-clock LI, #content .post ul.snzpli-bulb li, #content .post UL.snzpli-cancel LI, #content .post UL.snzpli-lock LI, #content .post UL.snzpli-new LI
{
list-style-type: none;
padding-left: 24px;
}
/* Genesis Serenity */
#content img, #content p img {
background: none;
padding: 0;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment