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:
parent
cdfbccddb2
commit
4b23645ad4
@ -2475,6 +2475,23 @@ span > video {
|
|||||||
margin-bottom: 1.6em;
|
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
|
* 14.1 Captions
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user