Skip to content

Commit

Permalink
Change "left" to "right" in offset documentation
Browse files Browse the repository at this point in the history
Applying an offset moves a column to the right, not the left.
  • Loading branch information
Brian Muenzenmeyer committed Sep 4, 2012
1 parent 73ef263 commit 98116d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scaffolding.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h3>Basic grid HTML</h3>
<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>
Expand Down

0 comments on commit 98116d4

Please sign in to comment.