Make WordPress Core

Ticket #29146: 29146.6.diff

File 29146.6.diff, 1.8 KB (added by gregrickaby, 10 years ago)

Includes all fixes in .5, includes support for .format-audio

  • wp-content/themes/twentyeleven/style.css

     
    12411241        padding: 0;
    12421242}
    12431243
     1244/* =Standard
     1245----------------------------------------------- */
    12441246
     1247.format-standard .wp-video,
     1248.format-standard .wp-audio-shortcode,
     1249.format-audio .wp-audio-shortcode,
     1250.format-standard .video-player {
     1251        margin-bottom: 24px;
     1252}
     1253
    12451254/* =Quote
    12461255----------------------------------------------- */
    12471256
     
    27502759}
    27512760#ie8 section.featured-post .attachment-small-feature {
    27522761        max-width: none;
    2753 }
    2754  No newline at end of file
     2762}
  • wp-content/themes/twentyten/style.css

     
    725725#content .video-player {
    726726        padding: 0;
    727727}
     728.format-standard .wp-video,
     729.format-standard .wp-audio-shortcode,
     730.format-audio .wp-audio-shortcode,
     731.format-standard .video-player {
     732        margin-bottom: 24px;
     733}
    728734
    729 
    730735/* =Asides
    731736-------------------------------------------------------------- */
    732737
     
    13781383        .home .sticky {
    13791384                border: none;
    13801385        }
    1381 }
    1382  No newline at end of file
     1386}
  • wp-content/themes/twentythirteen/style.css

     
    15591559        display: inline;
    15601560}
    15611561
     1562/* Standard */
     1563.format-standard .wp-video,
     1564.format-standard .wp-audio-shortcode,
     1565.format-audio .wp-audio-shortcode,
     1566.format-standard .video-player {
     1567        margin-bottom: 24px;
     1568}
     1569
    15621570/* Quote */
    15631571.format-quote {
    15641572        background-color: #210d10;