diff --git a/css/structure/jquery.mobile.table.reflow.css b/css/structure/jquery.mobile.table.reflow.css index 410dc7a6732..bb85730d389 100644 --- a/css/structure/jquery.mobile.table.reflow.css +++ b/css/structure/jquery.mobile.table.reflow.css @@ -45,7 +45,7 @@ /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ -@media ( min-width: 35em ) { +@media screen and ( min-width: 35em ), print { /* Show the table header rows */ .ui-table-reflow.ui-responsive td, @@ -68,7 +68,7 @@ /* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */ /* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/ -@media ( max-width: 35em ) { +@media screen and ( max-width: 35em ) { .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th { width: 100%;