Webkit transform rotate :before pseudo?

I have a arrow put to page with css a character \00bs (or something) and content :before. I’m rotating it -90 degrees. Firefox is fine with it. Webkit does not rotate it. Any known work around for this other than just using a image that’s already rotated the way I want?

Ps. The :before is floated. That’s display block. I will try adding display block anyway when get back to computer

Actually I was wrong its AP’d not floated. But I tried adding display block for ***** and giggles because that’s the only solution I can find on the web. But no go.

You can’t use transitions or transforms on pseudo elements in Webkit just yet: http://css-tricks.com/transitions-and-animations-on-css-generated-content/

Tanks. That sucks.