From 22ce6499102c2ab87bbd8a303b5d26531c6e7df2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 21 Aug 2013 12:26:20 -0700 Subject: deprecate @screen-{phone,tablet,desktop} vars --- less/forms.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index f87b60276..a02df1e3d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -289,7 +289,7 @@ input[type="checkbox"], .form-inline { // Kick in the inline - @media (min-width: @screen-tablet) { + @media (min-width: @screen-sm) { // Inline-block all the things for "inline" .form-group { display: inline-block; @@ -345,7 +345,7 @@ input[type="checkbox"], } // Only right align form labels here when the columns stop stacking - @media (min-width: @screen-tablet) { + @media (min-width: @screen-sm) { .control-label { text-align: right; } -- cgit v1.2.3