Closed
Description
I use something like this for Opera's speed dial:
@media screen and (view-mode: minimized) {
body { background: url(/img/logo.jpg) no-repeat center center; }
body * { display: none }
}
It's all good and nice, but it always applies in IE when I use respond.js.
Any solution besides removing this media query from stylesheet?
Metadata
Assignees
Labels
No labels