Prevent borders on <iframe> in custom media

This commit is contained in:
calzoneman 2013-09-02 12:40:06 -05:00
parent 0d3d3b4d7d
commit 91fd44808e

View file

@ -343,3 +343,7 @@ body {
#sc_volume .ui-slider-handle {
border-color: rgb(255, 195, 0);
}
#ytapiplayer, #ytapiplayer > iframe {
border: none;
}