aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-11 02:05:50 -0800
committerMark Otto <[email protected]>2011-12-11 02:05:50 -0800
commit54a84f0f7f217ea12249857d2b2d5ad4795e41e2 (patch)
treeeed2a4689aff75cb4f1a4d7b559b67b28f00b1c6 /docs
parentecbc9ec4a2cbd3f68067b869c328d55e8afc8aa6 (diff)
downloadbootstrap-54a84f0f7f217ea12249857d2b2d5ad4795e41e2.tar.xz
bootstrap-54a84f0f7f217ea12249857d2b2d5ad4795e41e2.zip
clearer grid vars docs language
Diffstat (limited to 'docs')
-rw-r--r--docs/scaffolding.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index cb8e067db..8b7e620fb 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -174,22 +174,22 @@
<tr>
<td><code>@gridColumns</code></td>
<td>12</td>
- <td>The number of columns within the grid</td>
+ <td>Number of columns</td>
</tr>
<tr>
<td><code>@gridColumnWidth</code></td>
<td>60px</td>
- <td>The width of each column within the grid</td>
+ <td>Width of each column</td>
</tr>
<tr>
<td><code>@gridGutterWidth</code></td>
<td>20px</td>
- <td>The negative space between each column</td>
+ <td>Negative space between columns</td>
</tr>
<tr>
<td><code>@siteWidth</code></td>
<td><em>Computed sum of all columns and gutters</em></td>
- <td>We use some basic match to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td>
+ <td>Counts number of columns and gutters to set width of the <code>.fixed-container()</code> mixin</td>
</tr>
</tbody>
</table>