Merge pull request #509 from Zauberfisch/patch-2

MINOR: fixed opera vendor prefix for @mixin hide-text-overflow
This commit is contained in:
Will Rossiter 2012-06-07 00:37:55 -07:00
commit f3b91618fb

View File

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