mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
update vars in less and download pages
This commit is contained in:
parent
160a0bf560
commit
33a969dd0c
5 changed files with 22 additions and 12 deletions
Binary file not shown.
|
@ -253,10 +253,11 @@
|
||||||
<input type="text" class="span3" placeholder="40px">
|
<input type="text" class="span3" placeholder="40px">
|
||||||
<label>@gridGutterWidth</label>
|
<label>@gridGutterWidth</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
<label>@siteWidth</label>
|
<h3>Fluid grid system</h3>
|
||||||
<input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
|
<label>@fluidGridColumnWidth</label>
|
||||||
<label>@fluidSidebarWidth</label>
|
<input type="text" class="span3" placeholder="6.382978723%">
|
||||||
<input type="text" class="span3" placeholder="220px">
|
<label>@fluidGridGutterWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="2.127659574%">
|
||||||
<h3>Typography</h3>
|
<h3>Typography</h3>
|
||||||
<label>@baseFontSize</label>
|
<label>@baseFontSize</label>
|
||||||
<input type="text" class="span3" placeholder="13px">
|
<input type="text" class="span3" placeholder="13px">
|
||||||
|
|
|
@ -176,8 +176,12 @@
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@siteWidth</code></td>
|
<td><code>@fluidGridColumnWidth</code></td>
|
||||||
<td><code>(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))</code></td>
|
<td>6.382978723%</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@fluidGridGutterWidth</code></td>
|
||||||
|
<td>2.127659574%</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
9
docs/templates/pages/download.mustache
vendored
9
docs/templates/pages/download.mustache
vendored
|
@ -177,10 +177,11 @@
|
||||||
<input type="text" class="span3" placeholder="40px">
|
<input type="text" class="span3" placeholder="40px">
|
||||||
<label>@gridGutterWidth</label>
|
<label>@gridGutterWidth</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
<label>@siteWidth</label>
|
<h3>{{_i}}Fluid grid system{{/i}}</h3>
|
||||||
<input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
|
<label>@fluidGridColumnWidth</label>
|
||||||
<label>@fluidSidebarWidth</label>
|
<input type="text" class="span3" placeholder="6.382978723%">
|
||||||
<input type="text" class="span3" placeholder="220px">
|
<label>@fluidGridGutterWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="2.127659574%">
|
||||||
<h3>{{_i}}Typography{{/i}}</h3>
|
<h3>{{_i}}Typography{{/i}}</h3>
|
||||||
<label>@baseFontSize</label>
|
<label>@baseFontSize</label>
|
||||||
<input type="text" class="span3" placeholder="13px">
|
<input type="text" class="span3" placeholder="13px">
|
||||||
|
|
8
docs/templates/pages/less.mustache
vendored
8
docs/templates/pages/less.mustache
vendored
|
@ -100,8 +100,12 @@
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@siteWidth</code></td>
|
<td><code>@fluidGridColumnWidth</code></td>
|
||||||
<td><code>(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))</code></td>
|
<td>6.382978723%</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@fluidGridGutterWidth</code></td>
|
||||||
|
<td>2.127659574%</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue