aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSynchro <[email protected]>2012-05-01 17:54:53 +0200
committerSynchro <[email protected]>2012-05-01 17:54:53 +0200
commitca369c4b2af2a94acea00cd228d87a30fe5d2886 (patch)
treef1c54bba409c72268fa76e0e1697db00f14776d7
parentdcc89e7400ae9e7575ea2671d27b514db9beaf3f (diff)
downloadbootstrap-ca369c4b2af2a94acea00cd228d87a30fe5d2886.tar.xz
bootstrap-ca369c4b2af2a94acea00cd228d87a30fe5d2886.zip
Add Opera prefix
-rw-r--r--less/mixins.less1
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;
}