Make <audio> elements in playlists responsive.

See #27625.


Built from https://develop.svn.wordpress.org/trunk@27894


git-svn-id: http://core.svn.wordpress.org/trunk@27725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-04-01 18:47:14 +00:00
parent dc5effa8cc
commit 7aaa878a6f

View File

@ -74,6 +74,8 @@
.wp-playlist audio {
display: none;
max-width: 100%;
width: 400px;
}
.wp-playlist .mejs-container {