diff options
| author | Mark Otto <[email protected]> | 2013-08-23 23:14:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 23:14:13 -0700 |
| commit | 99afaba2bfa5bcab8ee070477fba4b15db8d2af6 (patch) | |
| tree | 0044cbd39cc9927c8a48ca178b019c049520e2ca /less/modals.less | |
| parent | d5a27855459325290ace93538f5ceafb22dee27a (diff) | |
| parent | b86cd3bc3d866838127e7af15f665c70e7f50847 (diff) | |
| download | bootstrap-99afaba2bfa5bcab8ee070477fba4b15db8d2af6.tar.xz bootstrap-99afaba2bfa5bcab8ee070477fba4b15db8d2af6.zip | |
Merge pull request #10005 from twbs/deprecate-screen-device-vars
deprecate @screen-{phone,tablet,desktop} vars
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 7bc6c314f..f886fb25c 100644 --- a/less/modals.less +++ b/less/modals.less @@ -125,7 +125,7 @@ } // Scale up the modal -@media screen and (min-width: @screen-tablet) { +@media screen and (min-width: @screen-sm) { .modal-dialog { left: 50%; |
