From 7e4629fbbec63bda9986023dd29879d2565e570e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Sep 2012 14:27:48 -0700 Subject: fixes #4968 manually: typo in scaffolding docs about offset classes --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index d734ea5ae..75cb761d5 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -176,7 +176,7 @@

Given this example, we have .span4 and .span8, making for 12 total columns and a complete row.

Offsetting columns

-

Move columns to the left using .offset* classes. Each class increases the left margin of a column by a whole column. For example, .offset4 moves .span4 over four columns.

+

Move columns to the right using .offset* classes. Each class increases the left margin of a column by a whole column. For example, .offset4 moves .span4 over four columns.

4
-- cgit v1.2.3