From: Mark Otto Date: Mon, 14 Oct 2013 02:10:17 +0000 (-0700) Subject: add docs example for #10938 to show responsive column clearing in grid X-Git-Tag: v3.0.1~39^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed12d41caed288b47f1f225115503d3086d69e6a;p=thirdparty%2Fbootstrap.git add docs example for #10938 to show responsive column clearing in grid --- diff --git a/css.html b/css.html index 653ede7cce..63cd74b1dd 100644 --- a/css.html +++ b/css.html @@ -314,6 +314,22 @@ base_url: "../"

Responsive column resets

With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a .clearfix and our responsive utility classes.

+
+
+
+ .col-xs-6 .col-sm-3 +
+ Resize your viewport or check it out on your phone for an example. +
+
.col-xs-6 .col-sm-3
+ + +
+ +
.col-xs-6 .col-sm-3
+
.col-xs-6 .col-sm-3
+
+
{% highlight html %}
.col-xs-6 .col-sm-3