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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-30 13:34:59 +0400
committerMark Otto <markdotto@gmail.com>2012-01-30 13:34:59 +0400
commit33a969dd0c47d1e79b8c671eb2942383bf71f49f (patch)
tree10f733a9247fe0d5d9414daecb6ebfb35beedf58
parent160a0bf5608c00cc99465199d41c45177634b585 (diff)
update vars in less and download pages
-rw-r--r--docs/assets/bootstrap.zipbin51957 -> 51957 bytes
-rw-r--r--docs/download.html9
-rw-r--r--docs/less.html8
-rw-r--r--docs/templates/pages/download.mustache9
-rw-r--r--docs/templates/pages/less.mustache8
5 files changed, 22 insertions, 12 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 991e353736..7528901428 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/download.html b/docs/download.html
index c19dc8f498..f52ee6a724 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -253,10 +253,11 @@
<input type="text" class="span3" placeholder="40px">
<label>@gridGutterWidth</label>
<input type="text" class="span3" placeholder="20px">
- <label>@siteWidth</label>
- <input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
- <label>@fluidSidebarWidth</label>
- <input type="text" class="span3" placeholder="220px">
+ <h3>Fluid grid system</h3>
+ <label>@fluidGridColumnWidth</label>
+ <input type="text" class="span3" placeholder="6.382978723%">
+ <label>@fluidGridGutterWidth</label>
+ <input type="text" class="span3" placeholder="2.127659574%">
<h3>Typography</h3>
<label>@baseFontSize</label>
<input type="text" class="span3" placeholder="13px">
diff --git a/docs/less.html b/docs/less.html
index 90133b0f8c..996ad31b93 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>
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache
index 34f8130ac1..1609c02b04 100644
--- a/docs/templates/pages/download.mustache
+++ b/docs/templates/pages/download.mustache
@@ -177,10 +177,11 @@
<input type="text" class="span3" placeholder="40px">
<label>@gridGutterWidth</label>
<input type="text" class="span3" placeholder="20px">
- <label>@siteWidth</label>
- <input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
- <label>@fluidSidebarWidth</label>
- <input type="text" class="span3" placeholder="220px">
+ <h3>{{_i}}Fluid grid system{{/i}}</h3>
+ <label>@fluidGridColumnWidth</label>
+ <input type="text" class="span3" placeholder="6.382978723%">
+ <label>@fluidGridGutterWidth</label>
+ <input type="text" class="span3" placeholder="2.127659574%">
<h3>{{_i}}Typography{{/i}}</h3>
<label>@baseFontSize</label>
<input type="text" class="span3" placeholder="13px">
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 82b921d240..eb262c78b9 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -100,8 +100,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>