Making WordPress.org

Ticket #6245: 6245.diff

File 6245.diff, 494 bytes (added by aezazshekh, 4 years ago)

added patch

  • wordpress.tv/public_html/wp-content/themes/wptv2/style.css

    diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/style.css b/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
    index 61f5ea0b2..163484e1a 100644
    a b h3#comments { 
    27122712        .entry .contact-form textarea {
    27132713                width: 98%;
    27142714        }
     2715       
     2716        .pagination .nav-links {
     2717                display: flex;
     2718                justify-content: center;
     2719                align-items: center;
     2720        }
    27152721}