aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
committerChris Rebert <[email protected]>2013-08-21 12:26:20 -0700
commit22ce6499102c2ab87bbd8a303b5d26531c6e7df2 (patch)
treec0e3802836d86e06e55d2342a059b61a8e79f446 /less/modals.less
parentc429fd1a3c2bb3f08c031d37050b2e83186d8b16 (diff)
downloadbootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.tar.xz
bootstrap-22ce6499102c2ab87bbd8a303b5d26531c6e7df2.zip
deprecate @screen-{phone,tablet,desktop} vars
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
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%;