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
This commit is contained in:
Ian Stewart 2014-11-03 19:33:23 +00:00
parent cdfbccddb2
commit 4b23645ad4
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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.