]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Another fixup
authorZlatan Vasović <legospace9876@gmail.com>
Wed, 11 Sep 2013 08:32:08 +0000 (10:32 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Wed, 11 Sep 2013 08:32:08 +0000 (10:32 +0200)
less/grid.less

index a1ec1b29817f804dc37e981e8f6bd9d1c8518e1b..39f1049b64337fb3440c9814b7854ff33348fb1d 100644 (file)
 // Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
 // it's full-width.
 
-@media (min-width: @screen-sm) {
+@media (min-width: @screen-sm-min) {
   .container {
     width: @container-sm;
   }
 // Note that `.col-md-12` doesn't get floated on purpose--there's no need since
 // it's full-width.
 
-@media (min-width: @screen-md) {
+@media (min-width: @screen-md-min) {
   .container {
     width: @container-md;
   }