Make WordPress Core

Ticket #23524: comment-reply-form-fix.patch

File comment-reply-form-fix.patch, 483 bytes (added by SriniG, 12 years ago)

Patch that fixes the bug.

  • wp-content/themes/twentythirteen/style.css

     
    21702170        padding-right: 376px;
    21712171}
    21722172
     2173.comment-list #respond #commentform {
     2174        max-width: 604px;
     2175        padding: 0;
     2176}
     2177
    21732178.comments-title {
    21742179        font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    21752180        padding: 30px 0 20px;