diff options
| author | Synchro <[email protected]> | 2012-05-01 17:54:53 +0200 |
|---|---|---|
| committer | Synchro <[email protected]> | 2012-05-01 17:54:53 +0200 |
| commit | ca369c4b2af2a94acea00cd228d87a30fe5d2886 (patch) | |
| tree | f1c54bba409c72268fa76e0e1697db00f14776d7 | |
| parent | dcc89e7400ae9e7575ea2671d27b514db9beaf3f (diff) | |
| download | bootstrap-ca369c4b2af2a94acea00cd228d87a30fe5d2886.tar.xz bootstrap-ca369c4b2af2a94acea00cd228d87a30fe5d2886.zip | |
Add Opera prefix
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index bd909123e..44e5698eb 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; } |
