[Compass Core] Make the hide-text mixin work in opera too. Credit: Denise Jacobs.

This commit is contained in:
Chris Eppstein 2010-08-01 09:55:16 -07:00
parent 81bbea8f1b
commit a5e39eb709

View File

@ -26,7 +26,7 @@
// Hides text in an element so you can see the background.
@mixin hide-text {
text-indent: -9999em;
text-indent: -119988px;
overflow: hidden;
text-align: left;
}