From 4b23645ad4a5df80d99731566a3912c5fefc9b43 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 19:33:23 +0000 Subject: [PATCH] Twenty Fifteen: nicer styles for playlists. Props iamtakashi, fixes #30163 Built from https://develop.svn.wordpress.org/trunk@30213 git-svn-id: http://core.svn.wordpress.org/trunk@30213 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 17 +++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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.