Skip to content

Instantly share code, notes, and snippets.

@matt-vaden
Created February 15, 2014 19:24
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 matt-vaden/9024000 to your computer and use it in GitHub Desktop.
Save matt-vaden/9024000 to your computer and use it in GitHub Desktop.
Modifying the Genesis 2.0 Comment Box
/* 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