Skip to content

Instantly share code, notes, and snippets.

@davechu
Created June 27, 2014 02:22
Show Gist options
  • Save davechu/6f17d06828332d91404f to your computer and use it in GitHub Desktop.
Save davechu/6f17d06828332d91404f to your computer and use it in GitHub Desktop.
This goes into your style.css or other CSS file, but you knew that!
/** Dave's CSS ***************/
.entry-comments li {
list-style-type: none;
padding: 20px;
}
.entry-comments .comment-respond {
padding: 20px;
}
.entry-comments .reply {
padding-bottom: 8px;
}
/** end Dave's CSS ****************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment