diff options
| author | Mark Otto <[email protected]> | 2012-01-30 01:34:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 01:34:59 -0800 |
| commit | 33a969dd0c47d1e79b8c671eb2942383bf71f49f (patch) | |
| tree | 10f733a9247fe0d5d9414daecb6ebfb35beedf58 /docs/less.html | |
| parent | 160a0bf5608c00cc99465199d41c45177634b585 (diff) | |
| download | bootstrap-33a969dd0c47d1e79b8c671eb2942383bf71f49f.tar.xz bootstrap-33a969dd0c47d1e79b8c671eb2942383bf71f49f.zip | |
update vars in less and download pages
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index 90133b0f8..996ad31b9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -176,8 +176,12 @@ <td>20px</td> </tr> <tr> - <td><code>@siteWidth</code></td> - <td><code>(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))</code></td> + <td><code>@fluidGridColumnWidth</code></td> + <td>6.382978723%</td> + </tr> + <tr> + <td><code>@fluidGridGutterWidth</code></td> + <td>2.127659574%</td> </tr> </tbody> </table> |
