Make WordPress Core

Changeset 30213


Ignore:
Timestamp:
11/03/2014 07:32:10 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: nicer styles for playlists.

Props iamtakashi, fixes #30163

File:
1 edited

Legend:

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

    r30212 r30213  
    24762476}
    24772477
     2478.wp-playlist.wp-playlist {
     2479    padding-bottom: 0;
     2480}
     2481
     2482.wp-playlist .wp-playlist-tracks {
     2483    margin-top: 0;
     2484}
     2485
     2486.wp-playlist-item .wp-playlist-caption {
     2487    border-bottom: 0;
     2488    padding: 10px 0;
     2489}
     2490
     2491.wp-playlist-item .wp-playlist-item-length {
     2492    top: 10px;
     2493}
     2494
    24782495
    24792496/**
Note: See TracChangeset for help on using the changeset viewer.