Modifying the Genesis 2.0 Comment Box
This file contains 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
/* Comment Form Stuff */ | |
#respond .comment-policy-box { border:1px solid #ddd; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; | |
margin:30px auto 30px auto; padding:10px 10px 0 10px; | |
} | |
#respond p.comment-policy {margin:0; padding:3px 3px 10px 3px;} | |
#respond p.form-submit {margin:10px 0 10px 0;} | |
#respond .commentauthorinput, | |
#respond .commentemailinput, | |
#respond .commenttextinput { font-family: Georgia, serif; font-size: 14px; font-style: italic; color: #949494; } | |
#respond input[type="submit"] {padding:20px !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment