diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 6cf41ce4c8..4d5b6f4a1e 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -2475,6 +2475,23 @@ span > video { margin-bottom: 1.6em; } +.wp-playlist.wp-playlist { + padding-bottom: 0; +} + +.wp-playlist .wp-playlist-tracks { + margin-top: 0; +} + +.wp-playlist-item .wp-playlist-caption { + border-bottom: 0; + padding: 10px 0; +} + +.wp-playlist-item .wp-playlist-item-length { + top: 10px; +} + /** * 14.1 Captions diff --git a/wp-includes/version.php b/wp-includes/version.php index 3adc575282..d850eece6d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30212'; +$wp_version = '4.1-alpha-30213'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.