Make WordPress Core

Changeset 30371


Ignore:
Timestamp:
11/17/2014 06:09:13 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Ten, Eleven, Thirteen: add bottom margin to audio and video players.

Fixes #29146. Props mikeyarce, gregrickaby, DavidTheMachine, jeanyoungkim, ccprice.

Location:
trunk/src/wp-content/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/style.css

    r29788 r30371  
    12421242}
    12431243
     1244/* =Standard
     1245----------------------------------------------- */
     1246
     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}
    12441253
    12451254/* =Quote
  • trunk/src/wp-content/themes/twentyten/style.css

    r29771 r30371  
    726726    padding: 0;
    727727}
    728 
     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}
    729734
    730735/* =Asides
  • trunk/src/wp-content/themes/twentythirteen/style.css

    r29788 r30371  
    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 {
Note: See TracChangeset for help on using the changeset viewer.