Witam
chce podpiąć na swojej stronie dedykowany css dla opery
jeśli chodzi o ie mogę zrobić tak
<!--[if IE]><link rel="stylesheet" type="text/css"href="plik.css" /><![endif]-->
a jak mogę podpiąć coś takiego dla opery ?
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari-Opera specific declarations here */ }