Hack for Webkit April 2, 2011
If you want to target Webkit only, use this in your CSS:
@media all and (-webkit-min-device-pixel-ratio: 1){
selectors {
properties: values;
}
}
Put all your Webkit only properties and valus withing the @media at-rule block.