Make WordPress Core

Ticket #48688: 48688.1.diff

File 48688.1.diff, 834 bytes (added by audrasjb, 5 years ago)

Add CSS styles for Instagram embed support

  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index c1a80fd864..38ae399dd6 100644
    a b figcaption a, 
    639639        color: inherit;
    640640}
    641641
     642blockquote.instagram-media,
     643iframe.instagram-media {
     644        margin: auto !important;
     645}
     646
    642647
    643648/* GALLERIES */
    644649
  • 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 93e35ae11c..9f1d40d253 100644
    a b figcaption a, 
    643643        color: inherit;
    644644}
    645645
     646blockquote.instagram-media,
     647iframe.instagram-media {
     648        margin: auto !important;
     649}
     650
    646651
    647652/* GALLERIES */
    648653