Make WordPress Core

Ticket #49435: 49435.diff

File 49435.diff, 934 bytes (added by nikhilbhansi, 5 years ago)
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 8d902c5bc6..b50d81f361 100644
    a b figure.wp-block-table.is-style-stripes { 
    35303530        margin: 4rem auto;
    35313531}
    35323532
     3533.entry-content > .alignwide:first-child,
     3534.entry-content > .alignfull:first-child {
     3535        margin-top: 0 !important;
     3536}
     3537
    35333538/* Font Families ----------------------------- */
    35343539
    35353540.entry-content {
    a.to-the-top > * { 
    59175922                /*rtl:ignore*/
    59185923                margin-left: 0;
    59195924        }
    5920  
     5925
    59215926    .wp-block-image .aligncenter figcaption {
    59225927        text-align: center;
    59235928    }
    a.to-the-top > * { 
    63416346        }
    63426347
    63436348        /* Entry Content ------------------------- */
     6349        .entry-content > .alignwide:first-child,
     6350        .entry-content > .alignfull:first-child {
     6351                margin-bottom: 8rem;
     6352        }
    63446353
    63456354        /* ALIGNMENT CLASSES */
    63466355