aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
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/less.html
parente8ef7d5e7b3f09f0dae54352146960f8bc3d2f05 (diff)
downloadbootstrap-ad1e9697ae17ecdb758167b26f9272f9bfe150f4.tar.xz
bootstrap-ad1e9697ae17ecdb758167b26f9272f9bfe150f4.zip
update grid system mixins in less docs for new grid
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html19
1 files changed, 7 insertions, 12 deletions
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>