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
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 00:48:04 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 00:48:04 +0400
commitad1e9697ae17ecdb758167b26f9272f9bfe150f4 (patch)
treecd2a70eab5c01dc9f0cca8b5f7c0445a6f9315ce /docs
parente8ef7d5e7b3f09f0dae54352146960f8bc3d2f05 (diff)
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 a7301575b6..9c97bed289 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 29d6d753c1..4c06fe5db5 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 1ffb92b2ed..23a4486a15 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>