diff options
| author | ctalkington <[email protected]> | 2012-03-15 14:46:27 -0500 |
|---|---|---|
| committer | ctalkington <[email protected]> | 2012-03-15 14:46:27 -0500 |
| commit | 2c4230e2d3abde2bbf3b9d2798d8c9ce2c9f81da (patch) | |
| tree | c558410111038076b79d51dce090ede1bf1d63ca /docs | |
| parent | 51f37cbb8105ad632fae7367912130aafc0f6c86 (diff) | |
| download | bootstrap-2c4230e2d3abde2bbf3b9d2798d8c9ce2c9f81da.tar.xz bootstrap-2c4230e2d3abde2bbf3b9d2798d8c9ce2c9f81da.zip | |
update docs to match variable addition.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/download.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/download.mustache | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/download.html b/docs/download.html index 6aa113001..3074b5526 100644 --- a/docs/download.html +++ b/docs/download.html @@ -296,6 +296,12 @@ <input type="text" class="span3" placeholder="inherit"> <label>@heroUnitLeadColor</label> <input type="text" class="span3" placeholder="inherit"> + <label>@serifFontFamily</label> + <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> + <label>@sansFontFamily</label> + <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> + <label>@monoFontFamily</label> + <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> </div><!-- /span --> <div class="span3"> <h3>Tables</h3> diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 87fdc6a38..1be5bf64f 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -220,6 +220,12 @@ <input type="text" class="span3" placeholder="inherit"> <label>@heroUnitLeadColor</label> <input type="text" class="span3" placeholder="inherit"> + <label>@serifFontFamily</label> + <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> + <label>@sansFontFamily</label> + <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> + <label>@monoFontFamily</label> + <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> </div><!-- /span --> <div class="span3"> <h3>{{_i}}Tables{{/i}}</h3> |
