Created
June 27, 2014 02:22
-
-
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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