Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-09-05 01:27:48 +0400
committerMark Otto <markotto@twitter.com>2012-09-05 01:27:48 +0400
commit7e4629fbbec63bda9986023dd29879d2565e570e (patch)
tree610df9da858faae8a94395f78297b0892a638f6d /docs/scaffolding.html
parent73ef263d5fe39f1b22158e5945707f5183c78099 (diff)
fixes #4968 manually: typo in scaffolding docs about offset classes
Diffstat (limited to 'docs/scaffolding.html')
-rw-r--r--docs/scaffolding.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index d734ea5aed..75cb761d53 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -176,7 +176,7 @@
<p>Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.</p>
<h2>Offsetting columns</h2>
- <p>Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.</p>
+ <p>Move columns to the right using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.</p>
<div class="bs-docs-grid">
<div class="row show-grid">
<div class="span4">4</div>