From 14d73b9c136b5352d7f8c1a04be17c1fe2f13397 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 19:39:28 -0800 Subject: [PATCH 1/2] fixes #17003 --- docs/_includes/css/grid.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 5b14dd7d1..ad8b67615 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -333,6 +333,17 @@ {% endhighlight %} +

You can also override offsets from lower grid tiers with -offset-0 classes.

+{% highlight html %} +
+
+
+
+
+
+
+
+{% endhighlight %}

Nesting columns

To nest your content with the default grid, add a new .row and set of .col-sm-* columns within an existing .col-sm-* column. Nested rows should include a set of columns that add up to 12 or fewer (it is not required that you use all 12 available columns).

From 087d16d21a75bedafbf84fce3ba264b4dc82b1d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 19:47:49 -0800 Subject: [PATCH 2/2] that @cvrebert lifestyle --- docs/_includes/css/grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index ad8b67615..46ed46627 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -333,7 +333,7 @@ {% endhighlight %} -

You can also override offsets from lower grid tiers with -offset-0 classes.

+

You can also override offsets from lower grid tiers with .col-*-offset-0 classes.

{% highlight html %}