diff options
| author | Ramiro Morales <[email protected]> | 2012-09-05 23:07:52 -0300 |
|---|---|---|
| committer | Ramiro Morales <[email protected]> | 2012-09-05 23:07:52 -0300 |
| commit | 138b5a8c0569e548ec93803aaa88ea7033363680 (patch) | |
| tree | b988f177b4fdef1ac4736ae7a5f8d1683943dc4c /docs/scaffolding.html | |
| parent | d4a16d35eb031cc4cffa4a3c4456fab406e286e5 (diff) | |
| download | bootstrap-138b5a8c0569e548ec93803aaa88ea7033363680.tar.xz bootstrap-138b5a8c0569e548ec93803aaa88ea7033363680.zip | |
Fix small documentatio typos.
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 75cb761d5..4b23eed88 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -201,7 +201,7 @@ <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.</p> <div class="row show-grid"> <div class="span9"> - Level 1 of column + Level 1 column <div class="row show-grid"> <div class="span6"> Level 2 @@ -318,10 +318,10 @@ <pre class="prettyprint linenums"> <div class="row-fluid"> <div class="span12"> - Level 1 of column + Fluid 12 <div class="row-fluid"> - <div class="span6">Level 2</div> - <div class="span6">Level 2</div> + <div class="span6">Fluid 6</div> + <div class="span6">Fluid 6</div> </div> </div> </div> |
