I was a goof! Got it working. Thanks for the stellar support. I feel bad having to hack webkit browser but somewhere in some of my css3 there is a difference between the way FF and Safari/chrome calculate the "top" parameter for elements.
On Jul 22, 12:34 pm, Nathan Weizenbaum <[email protected]> wrote: > That example should work with Sass, and does for me. What version are you > using? > > 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.
