This is a great list of hacks: http://paulirish.com/2009/browser-specific-css-hacks/
<http://paulirish.com/2009/browser-specific-css-hacks/>but I'm curious why you need to a modern browser... Also, that @media query works fine for me in an scss file. chris On Thu, Jul 22, 2010 at 12:15 PM, Josh Rubinstein < [email protected]> wrote: > I am trying to use a hack to target only webkit browsers...Below is > how I would normally write this in plain CSS but in SASS or SCSS the > "@" symbol is not producing the expected results for the hack...is > there a way to have SASS interpet this hack properly? > > @media screen and (-webkit-min-device-pixel-ratio:0) { > input#simple-search-submit { top: 40px; } } > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
