0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

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;