diff options
| author | Chris Rebert <[email protected]> | 2014-05-08 16:35:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-08 16:35:03 -0700 |
| commit | cb2ef1eff4cbfad8998f94adf7f61cdf574ca100 (patch) | |
| tree | e435b00ce3961439575462560fe71feea4a8bad5 /dist/css/bootstrap-rtl.css | |
| parent | 91607900c017777a2c8346f14dd939d65b66fa9d (diff) | |
| download | bootstrap-cb2ef1eff4cbfad8998f94adf7f61cdf574ca100.tar.xz bootstrap-cb2ef1eff4cbfad8998f94adf7f61cdf574ca100.zip | |
grunt dist
Diffstat (limited to 'dist/css/bootstrap-rtl.css')
| -rw-r--r-- | dist/css/bootstrap-rtl.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css index db7ca659d..653b89379 100644 --- a/dist/css/bootstrap-rtl.css +++ b/dist/css/bootstrap-rtl.css @@ -6565,10 +6565,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 { |
