aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-05 17:49:40 -0800
committerMark Otto <[email protected]>2014-01-05 17:49:40 -0800
commited5c7baaf1e17ba87a18a0ebb13dacb6e8e8bb03 (patch)
tree11907c9251b0b8b07ebdedf5e144fd66fa71d81d /less/forms.less
parent0b75e2d73848ee754fef5543393821d574d5a683 (diff)
parent1d0bf580c99e9b03a4219c8aa4e313808bccbf10 (diff)
downloadbootstrap-ed5c7baaf1e17ba87a18a0ebb13dacb6e8e8bb03.tar.xz
bootstrap-ed5c7baaf1e17ba87a18a0ebb13dacb6e8e8bb03.zip
Merge branch 'master' into docs_derp
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index aefa5a462..34f970e2e 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;