
There’s a new feature in the WebKit nightlies: media queries. Media queries allow you to “query” the user agent for some of it’s specifics right from within the CSS, and match your CSS to that. I have a media queries page in my CSS3 section, which shows some examples of it’s use. One of the…


