Make <audio> elements in playlists responsive.

See #27625.



git-svn-id: https://develop.svn.wordpress.org/trunk@27894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-04-01 18:46:18 +00:00
parent 3046451bf7
commit 13a0532006

View File

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