Make WordPress Core

Ticket #61327: 61327.patch

File 61327.patch, 947 bytes (added by pitamdey, 12 months ago)

I think we can add this css

  • wp-content/themes/twentyseventeen/rtl.css

     
    203203        margin: 0 0 0 10px;
    204204}
    205205
     206.wp-block-post-comments-form input[type=submit] {
     207        border-radius: 9999px;
     208}
     209
    206210/* Post Formats */
    207211
    208212.format-quote blockquote .icon {
  • wp-content/themes/twentyseventeen/style.css

     
    25232523        display: inline;
    25242524}
    25252525
     2526.wp-block-post-comments-form input[type=submit] {
     2527        border-radius: 9999px;
     2528}
     2529
    25262530/*--------------------------------------------------------------
    2527253115.0 Widgets
    25282532--------------------------------------------------------------*/