diff options
| author | Mark Otto <[email protected]> | 2015-03-28 23:33:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-28 23:33:11 -0700 |
| commit | ce75f289f234ac72759efe634a5bd145180a0ae3 (patch) | |
| tree | b273e8aa0c566c2c71c49b7b023597dcb57df4c3 /docs/_includes | |
| parent | a92298578861f4319c8f24fd62f619c6d82228d0 (diff) | |
| download | bootstrap-ce75f289f234ac72759efe634a5bd145180a0ae3.tar.xz bootstrap-ce75f289f234ac72759efe634a5bd145180a0ae3.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 23a5046a6..6696e4e8f 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1044,6 +1044,10 @@ <label for="input-@jumbotron-font-size">@jumbotron-font-size</label> <input id="input-@jumbotron-font-size" type="text" value="ceil((@font-size-base * 1.5))" data-var="@jumbotron-font-size" class="form-control"/> </div> + <div class="col-xs-4"> + <label for="input-@jumbotron-heading-font-size">@jumbotron-heading-font-size</label> + <input id="input-@jumbotron-heading-font-size" type="text" value="ceil((@font-size-base * 4.5))" data-var="@jumbotron-heading-font-size" class="form-control"/> + </div> </div> <h2 id="form-states-and-alerts">Form states and alerts</h2> <p>Define colors for form feedback states and, by default, alerts.</p> |
