Make WordPress Core

Ticket #29146: 29146.diff

File 29146.diff, 457 bytes (added by mikeyarce, 11 years ago)

fix bottom margin for video, videopress, and audio embeds

  • style.css

     
    689689        max-width: 100%;
    690690}
    691691
     692/* Add Bottom Margin to Audio and Video embeds. */
     693.blog .wp-video, .blog .video-player, .blog .wp-audio-shortcode  {
     694        margin-bottom: 20px;
     695}
     696
    692697/* Override the Twitter embed fixed width. */
    693698.entry-content .twitter-tweet-rendered {
    694699        max-width: 100% !important;