Merge pull request #12097 from ZDroid/deprecated

Replace @screen-sm with @screen-sm-min
This commit is contained in:
Chris Rebert 2014-01-05 08:01:55 -08:00
commit 055705741e

View file

@ -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;