Home › Forums › CSS › Chrome specific? › Re: Chrome specific?
October 21, 2011 at 12:34 pm
#89440
Member
I seen both of these ways in a blog post, (never tried either).
@media not all and (-webkit-min-device-pixel-ratio:0)
{
#example
{
width: 200px;
}
}
and