feature(view) audio: rm width - bad for chrome, add margin-top - good for firefox

This commit is contained in:
coderaiser 2014-09-29 11:09:22 -04:00
parent 44a6ebab9a
commit c1e0d8bb1b

View file

@ -23,6 +23,10 @@
z-index: 1
}
.media, audio, video {
.media, video {
width: 100%;
}
audio {
margin-top: 10px;
}