From eadfa59d92ad8bd898b2586056fbbf55906e1420 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Apr 2013 19:40:43 -0700 Subject: Add small grid for phones and tablets --- docs/docs.html | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 517b81cfa..73c81ff40 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -321,6 +321,8 @@ title: Bootstrap Documentation

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

+ +
@@ -438,15 +440,30 @@ title: Bootstrap Documentation

Column ordering

Easily change the order of our built-in grid columns with .push* and .pull* modifier classes.

+
+
9
+
3
+
+ +{% highlight html linenos %}
9
3
+{% endhighlight %} +

Small device grid

+

Use the small device grid classes, like .col-small-span-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
+
{% highlight html linenos %} -
-
9
-
3
+
+
4 cols, 6 small cols
+
4 cols, 6 small cols
+
4 cols, 12 small cols
{% endhighlight %} -- cgit v1.2.3