1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02: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

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;