Bug 865407 - Part 9: Remove border-box and padding CSS on the caption overlay. r=rillian

This wasn't working correctly. Vtt.js now takes care of applying padding
to the video overlay.
This commit is contained in:
Rick Eyre 2014-02-21 22:14:22 -05:00
Родитель 520a4edf62
Коммит 5d199d3142
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -729,8 +729,6 @@ audio:not([controls]) {
video > .caption-box {
position: relative;
overflow: hidden;
padding: 1.5%;
box-sizing: border-box;
}
/* emulation of non-standard HTML <marquee> tag */