aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-08 16:35:03 -0700
committerChris Rebert <[email protected]>2014-05-08 16:35:03 -0700
commitcb2ef1eff4cbfad8998f94adf7f61cdf574ca100 (patch)
treee435b00ce3961439575462560fe71feea4a8bad5 /dist/css/bootstrap.css
parent91607900c017777a2c8346f14dd939d65b66fa9d (diff)
downloadbootstrap-cb2ef1eff4cbfad8998f94adf7f61cdf574ca100.tar.xz
bootstrap-cb2ef1eff4cbfad8998f94adf7f61cdf574ca100.zip
grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ae4af3bd5..5e343114f 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5299,10 +5299,10 @@ button.close {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
- -webkit-transform: translate(0, -25%);
- -ms-transform: translate(0, -25%);
- -o-transform: translate(0, -25%);
- transform: translate(0, -25%);
+ -webkit-transform: translate(0, -25%);
+ -ms-transform: translate(0, -25%);
+ -o-transform: translate(0, -25%);
+ transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);