diff --git a/css.html b/css.html index 0e11346be..64540ad61 100644 --- a/css.html +++ b/css.html @@ -239,7 +239,7 @@ base_url: "../"

Don't want your columns to simply stack in smaller devices? Use the extra small and medium device grid classes by adding .col-xs-* .col-md-* to your columns. See the example below for a better idea of how it all works.

-
.col-xs-12 col-md-8
+
.col-xs-12 .col-md-8
.col-xs-6 .col-md-4
@@ -255,7 +255,7 @@ base_url: "../" {% highlight html %}
-
.col-xs-12 col-md-8
+
.col-xs-12 .col-md-8
.col-xs-6 .col-md-4
diff --git a/less/mixins.less b/less/mixins.less index f956361fd..7cc364c63 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -618,7 +618,7 @@ } } -// Generate the large column offsets +// Generate the medium column offsets .make-md-column-offset(@columns) { @media (min-width: @screen-md-min) { margin-left: percentage((@columns / @grid-columns));