Anybody else have this issue? Chrome doesn't seem to want to render decimals. The following styles work with FF and IE, but not Chrome:
letter-spacing:-.05em;
letter-spacing:-.05px;
The following styles work everywhere, though:
letter-spacing:-.1em;
letter-spacing:-.1px;
Strange, but it seems like Chrome can't render fractions. Is this true?