From: Mark Otto Date: Wed, 5 Jun 2013 04:55:59 +0000 (-0700) Subject: reverse order of grid column examples for dual grid section X-Git-Tag: v3.0.0-rc1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cc11cd98e3ab3707c6c39a80df458f277239ff;p=thirdparty%2Fbootstrap.git reverse order of grid column examples for dual grid section --- diff --git a/docs/css.html b/docs/css.html index ca10a731b1..981626c607 100644 --- a/docs/css.html +++ b/docs/css.html @@ -197,15 +197,15 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."

Small device grid

Use the small device grid classes, like .col-sm-6, to create columned layouts on phone and tablet devices (anything under 768px). Offsets, pushes, and pulls are not available with the small grid at this time.

-
4 cols, 6 small cols
-
4 cols, 6 small cols
-
4 cols, 12 small cols
+
6 small cols, 4 large cols
+
6 small cols, 4 large cols
+
12 small cols, 4 large cols
{% highlight html %}
-
4 cols, 6 small cols
-
4 cols, 6 small cols
-
4 cols, 12 small cols
+
6 small cols, 4 large cols
+
6 small cols, 4 large cols
+
12 small cols, 4 large cols
{% endhighlight %}