From: Adam Woodbeck Date: Fri, 2 Aug 2013 20:30:13 +0000 (-0400) Subject: Added ".col-sm-*" to the grid example per the description above the X-Git-Tag: v3.0.0-rc.2~141^2~1^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfacd228ebd7f52faa2dd85a20c3d2534094ee5b;p=thirdparty%2Fbootstrap.git Added ".col-sm-*" to the grid example per the description above the example. --- diff --git a/css.html b/css.html index 102ab3811e..3cc9c162b1 100644 --- a/css.html +++ b/css.html @@ -263,32 +263,32 @@ base_url: "../"

Build on the previous example by creating even more dynamic and powerful layouts with tablet .col-sm-* classes.

-
.col-12 .col-lg-8
-
.col-6 .col-lg-4
+
.col-12 .col-sm-8 .col-lg-8
+
.col-6 .col-sm-4 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
-
.col-6 .col-lg-6
-
.col-6 .col-lg-6
+
.col-6 .col-sm-6 .col-lg-6
+
.col-6 .col-sm-6 .col-lg-6
{% highlight html %}
-
.col-12 .col-lg-8
-
.col-6 .col-lg-4
+
.col-12 .col-sm-8 .col-lg-8
+
.col-6 .col-sm-4 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
+
.col-6 .col-sm-4 .col-lg-4
-
.col-6 .col-lg-6
-
.col-6 .col-lg-6
+
.col-6 .col-sm-6 .col-lg-6
+
.col-6 .col-sm-6 .col-lg-6
{% endhighlight %}