From: Zlatan Vasović Date: Sun, 5 Jan 2014 10:38:26 +0000 (+0100) Subject: Replace @screen-sm with @screen-sm-min X-Git-Tag: v3.1.0~124^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78eb8cc0f431cf20f128823202e9a6cf5a118c6f;p=thirdparty%2Fbootstrap.git Replace @screen-sm with @screen-sm-min --- diff --git a/less/forms.less b/less/forms.less index aefa5a462c..34f970e2e2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -325,7 +325,7 @@ input[type="checkbox"], .form-inline { // Kick in the inline - @media (min-width: @screen-sm) { + @media (min-width: @screen-sm-min) { // Inline-block all the things for "inline" .form-group { display: inline-block;