diff options
| author | Mark Otto <[email protected]> | 2014-10-26 22:32:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-26 22:32:39 -0700 |
| commit | dd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae (patch) | |
| tree | 0316851ec1b3e05b4fb9d2953056c8c696801e06 | |
| parent | d6b0f45fb711989cb8ac32f6717d6920ef5c68e0 (diff) | |
| download | bootstrap-dd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae.tar.xz bootstrap-dd584e81f8e1243ab1f5fdf93ddc1c49d12bf5ae.zip | |
fix syntax
| -rw-r--r-- | less/_modal.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/_modal.less b/less/_modal.less index 542a8dd2a..9d1659214 100644 --- a/less/_modal.less +++ b/less/_modal.less @@ -33,7 +33,7 @@ transform: translate(0, -25%); transform: transition .3s ease-out; } - &.in .modal-dialog { .translate(0, 0) } + &.in .modal-dialog { transform: translate(0, 0); } } .modal-open .modal { overflow-x: hidden; |
