]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace @screen-sm with @screen-sm-min 12097/head
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 5 Jan 2014 10:38:26 +0000 (11:38 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sun, 5 Jan 2014 10:38:26 +0000 (11:38 +0100)
less/forms.less

index aefa5a462c858a6642d0d138eb611e8e2205e9d3..34f970e2e21eadcc8c5853e9f3e7f27b476e6c86 100644 (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;