diff options
| author | Mark Otto <[email protected]> | 2014-01-16 15:03:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-16 15:03:34 -0800 |
| commit | d07e8fece474afee9de7edaf6359e60920e8268f (patch) | |
| tree | 1af64f219e0e08a935c2c2de2e1ef88c03d85f86 /dist/css/bootstrap.css | |
| parent | 4bd6a52562c48d6d798bcbe427e08ad306889b4a (diff) | |
| download | bootstrap-d07e8fece474afee9de7edaf6359e60920e8268f.tar.xz bootstrap-d07e8fece474afee9de7edaf6359e60920e8268f.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
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); |
