MINOR: fixed opera vendor prefix for @mixin hide-text-overflow

This commit is contained in:
Zauberfisch 2012-06-06 15:30:19 +02:00
parent 91b6bd62b1
commit eac70b6b5b

View File

@ -19,7 +19,7 @@
// could optionally use the compass mixin but that
// would require a 3rd party plugin
text-overflow: ellipsis;
o-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
//** ----------------------------------------------------