From: Zlatan Vasović Date: Wed, 11 Sep 2013 08:32:08 +0000 (+0200) Subject: Another fixup X-Git-Tag: v3.0.3~14^2~9^2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e1c80d1a5f8949f699f2286c3a959353ed4913;p=thirdparty%2Fbootstrap.git Another fixup --- diff --git a/less/grid.less b/less/grid.less index a1ec1b2981..39f1049b64 100644 --- a/less/grid.less +++ b/less/grid.less @@ -114,7 +114,7 @@ // 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; } @@ -192,7 +192,7 @@ // 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; }