Make WordPress Core

Ticket #29146: 29146.1.diff

File 29146.1.diff, 568 bytes (added by mikeyarce, 11 years ago)

updated path

  • src/wp-content/themes/twentythirteen/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;