aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-11 13:48:04 -0700
committerMark Otto <[email protected]>2012-03-11 13:48:04 -0700
commitad1e9697ae17ecdb758167b26f9272f9bfe150f4 (patch)
treecd2a70eab5c01dc9f0cca8b5f7c0445a6f9315ce /docs
parente8ef7d5e7b3f09f0dae54352146960f8bc3d2f05 (diff)
downloadbootstrap-ad1e9697ae17ecdb758167b26f9272f9bfe150f4.tar.xz
bootstrap-ad1e9697ae17ecdb758167b26f9272f9bfe150f4.zip
update grid system mixins in less docs for new grid
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55087 -> 55087 bytes
-rw-r--r--docs/less.html19
-rw-r--r--docs/templates/pages/less.mustache19
3 files changed, 14 insertions, 24 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index a7301575b..9c97bed28 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/less.html b/docs/less.html
index 29d6d753c..4c06fe5db 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -552,22 +552,17 @@
<tr>
<td><code>.container-fixed()</code></td>
<td><em class="muted">none</em></td>
- <td>Provide a fixed-width (set with <code>@siteWidth</code>) container for holding your content</td>
+ <td>Create a horizontally centered container for holding your content</td>
</tr>
<tr>
- <td><code>.columns()</code></td>
- <td><code>@columns: 1</code></td>
- <td>Build a grid column that spans any number of columns (defaults to 1 column)</td>
+ <td><code>#grid > .core()</code></td>
+ <td><code>@gridColumnWidth, @gridGutterWidth</code></td>
+ <td>Generate a pixel grid system (container, row, and columns) with <em>n</em> columns and <em>x</em> pixel wide gutter</td>
</tr>
<tr>
- <td><code>.offset()</code></td>
- <td><code>@columns: 1</code></td>
- <td>Offset a grid column with left margin that spans any number of columns</td>
- </tr>
- <tr>
- <td><code>.gridColumn()</code></td>
- <td><em class="muted">none</em></td>
- <td>Make an element float like a grid column</td>
+ <td><code>#grid > .fluid()</code></td>
+ <td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td>
+ <td>Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter</td>
</tr>
</tbody>
</table>
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 1ffb92b2e..23a4486a1 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -476,22 +476,17 @@
<tr>
<td><code>.container-fixed()</code></td>
<td><em class="muted">none</em></td>
- <td>{{_i}}Provide a fixed-width (set with <code>@siteWidth</code>) container for holding your content{{/i}}</td>
+ <td>{{_i}}Create a horizontally centered container for holding your content{{/i}}</td>
</tr>
<tr>
- <td><code>.columns()</code></td>
- <td><code>@columns: 1</code></td>
- <td>{{_i}}Build a grid column that spans any number of columns (defaults to 1 column){{/i}}</td>
+ <td><code>#grid > .core()</code></td>
+ <td><code>@gridColumnWidth, @gridGutterWidth</code></td>
+ <td>{{_i}}Generate a pixel grid system (container, row, and columns) with <em>n</em> columns and <em>x</em> pixel wide gutter{{/i}}</td>
</tr>
<tr>
- <td><code>.offset()</code></td>
- <td><code>@columns: 1</code></td>
- <td>{{_i}}Offset a grid column with left margin that spans any number of columns{{/i}}</td>
- </tr>
- <tr>
- <td><code>.gridColumn()</code></td>
- <td><em class="muted">none</em></td>
- <td>{{_i}}Make an element float like a grid column{{/i}}</td>
+ <td><code>#grid > .fluid()</code></td>
+ <td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td>
+ <td>{{_i}}Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter{{/i}}</td>
</tr>
</tbody>
</table>