aboutsummaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-16 15:03:34 -0800
committerMark Otto <[email protected]>2014-01-16 15:03:34 -0800
commitd07e8fece474afee9de7edaf6359e60920e8268f (patch)
tree1af64f219e0e08a935c2c2de2e1ef88c03d85f86 /dist/css
parent4bd6a52562c48d6d798bcbe427e08ad306889b4a (diff)
downloadbootstrap-d07e8fece474afee9de7edaf6359e60920e8268f.tar.xz
bootstrap-d07e8fece474afee9de7edaf6359e60920e8268f.zip
grunt
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4cad26c16..d6f4efc79 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5060,9 +5060,9 @@ button.close {
-moz-transition: -moz-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%);
- transform: translate(0, -25%);
+ -webkit-transform: translate(0, -25%);
+ -ms-transform: translate(0, -25%);
+ transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);