aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-02 22:18:46 -0700
committerMark Otto <[email protected]>2014-10-02 22:18:46 -0700
commit0f28bbf732312778886416c1e2d5f469412cd199 (patch)
treea2873796d157079db4af3866806a5ef71fe5c00b /less
parent82eaf3cdce087d85ecd29cdf2a35a2deb8771d7a (diff)
parent62344098afe05722d5b6c0121d7da287b08e385c (diff)
downloadbootstrap-0f28bbf732312778886416c1e2d5f469412cd199.tar.xz
bootstrap-0f28bbf732312778886416c1e2d5f469412cd199.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'less')
-rw-r--r--less/modals.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less
index 6da50ba92..1de622050 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -30,10 +30,10 @@
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
- .translate3d(0, -25%, 0);
+ .translate(0, -25%);
.transition-transform(~"0.3s ease-out");
}
- &.in .modal-dialog { .translate3d(0, 0, 0) }
+ &.in .modal-dialog { .translate(0, 0) }
}
.modal-open .modal {
overflow-x: hidden;