From: Synchro Date: Tue, 1 May 2012 15:54:53 +0000 (+0200) Subject: Add Opera prefix X-Git-Tag: v2.0.4~1^2~43^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3388%2Fhead;p=thirdparty%2Fbootstrap.git Add Opera prefix --- diff --git a/less/mixins.less b/less/mixins.less index bd909123ef..44e5698eb0 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -317,6 +317,7 @@ -webkit-hyphens: @mode; -moz-hyphens: @mode; -ms-hyphens: @mode; + -o-hyphens: @mode; hyphens: @mode; word-wrap: break-word; }