diff options
| author | Mark Otto <[email protected]> | 2012-06-20 23:46:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-20 23:46:51 -0700 |
| commit | 160fe7ca597ff0fdaab0bb49494713724468b05b (patch) | |
| tree | 2159b5066b523e869bcf2fd8ff81c19fb89285a8 /docs/templates | |
| parent | 59153205b337df6900a681eb3b3681620bd20ec2 (diff) | |
| download | bootstrap-160fe7ca597ff0fdaab0bb49494713724468b05b.tar.xz bootstrap-160fe7ca597ff0fdaab0bb49494713724468b05b.zip | |
create vars for responsive grid values, fixed and fluid, and document them in the customizer
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index a01c14ab7..11280434a 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -199,11 +199,27 @@ <input type="text" class="span3" placeholder="60px"> <label>@gridGutterWidth</label> <input type="text" class="span3" placeholder="20px"> + <label>@gridColumnWidth1200</label> + <input type="text" class="span3" placeholder="70px"> + <label>@gridGutterWidth1200</label> + <input type="text" class="span3" placeholder="30px"> + <label>@gridColumnWidth768</label> + <input type="text" class="span3" placeholder="42px"> + <label>@gridGutterWidth768</label> + <input type="text" class="span3" placeholder="20px"> <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%"> + <label>@fluidGridColumnWidth1200</label> + <input type="text" class="span3" placeholder="5.982905983%"> + <label>@fluidGridGutterWidth1200</label> + <input type="text" class="span3" placeholder="2.564102564%"> + <label>@fluidGridColumnWidth768</label> + <input type="text" class="span3" placeholder="5.801104972%"> + <label>@fluidGridGutterWidth768</label> + <input type="text" class="span3" placeholder="2.762430939%"> <h3>{{_i}}Typography{{/i}}</h3> <label>@sansFontFamily</label> |
