Make WordPress Core

Ticket #42118: 42118.0.diff

File 42118.0.diff, 520 bytes (added by westonruter, 8 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

    diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
    index 7fe899bf71..753bf399b1 100644
    object { 
    28202820        max-width: 100%;
    28212821}
    28222822
     2823/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
     2824p > embed:only-child,
     2825p > iframe:only-child,
     2826p > object:only-child {
     2827        margin-bottom: 0;
     2828}
     2829
    28232830.wp-caption,
    28242831.gallery-caption {
    28252832        color: #666;