From: Mark Otto Date: Thu, 12 Sep 2013 06:07:47 +0000 (-0700) Subject: Merge pull request #10569 from ZDroid/patch-2 X-Git-Tag: v3.0.3~14^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0d04d3e466c559b8ba11c9c0769745031310fb;p=thirdparty%2Fbootstrap.git Merge pull request #10569 from ZDroid/patch-2 Change @screen-* to @screen-*-min --- 9c0d04d3e466c559b8ba11c9c0769745031310fb diff --cc less/modals.less index 0ba896525e,624ba1ea50..4f2cf9468c --- a/less/modals.less +++ b/less/modals.less @@@ -125,9 -125,11 +125,9 @@@ } // Scale up the modal - @media screen and (min-width: @screen-sm) { + @media screen and (min-width: @screen-sm-min) { .modal-dialog { - left: 50%; - right: auto; width: 600px; padding-top: 30px; padding-bottom: 30px;