Skip to content

Instantly share code, notes, and snippets.

@yuvalkarmi
Created July 26, 2013 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalkarmi/6089975 to your computer and use it in GitHub Desktop.
Save yuvalkarmi/6089975 to your computer and use it in GitHub Desktop.
CommentLuv & JetPack CSS Fix
<style>
/* COMMENTLUV */
input[name='doluv'], input[name='gasped'] {
box-shadow: 0 0 0;
width: auto!important;
}
#gasp_p {
margin-top: 10px;
}
#gasp_p input {
margin-right: 12px;
}
#commentluv {
margin-top: 0!important;
min-height: 1.5em;
min-height: 1.5rem;
}
#doluv {
width: auto!important;
}
#mylastpost {
margin-left: 16px;
margin-left: 1rem;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment