jasonkarns
9/30/2009 - 2:26 PM

CSS filter for Opera

CSS filter for Opera

@media all and (-webkit-min-device-pixel-ratio:10000),
  not all and (-webkit-min-device-pixel-ratio:0) {
  /* 7.2 up */
  head~body { /* 9 up */ }
  :root { /* 9.5 up */ }
}