Make WordPress Core

Ticket #48688: iframepatch.diff

File iframepatch.diff, 274 bytes (added by SGr33n, 5 years ago)
  • .css

    old new  
    608608        max-width: 100%;
    609609}
    610610
     611.entry-content iframe {
     612        margin-left: auto !important;
     613        margin-right: auto !important;
     614}
     615
    611616video {
    612617        display: block;
    613618}