Skip to content

Commit

Permalink
MINOR: fixed opera vendor prefix for @mixin hide-text-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zauberfisch committed Jun 6, 2012
1 parent 91b6bd6 commit eac70b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

//** ----------------------------------------------------
Expand Down

0 comments on commit eac70b6

Please sign in to comment.