diff options
| author | Chris Rebert <[email protected]> | 2013-08-20 18:47:04 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-20 18:47:04 -0700 |
| commit | bbc32f7e7993cd36190e458b47fc333174a9992e (patch) | |
| tree | 236f2d111c86424c6e0043e12ac27485a18b40d5 /customize.html | |
| parent | 631e200da358a0807b5454fbee8ccab18e5e3c80 (diff) | |
| download | bootstrap-bbc32f7e7993cd36190e458b47fc333174a9992e.tar.xz bootstrap-bbc32f7e7993cd36190e458b47fc333174a9992e.zip | |
add header font size vars to customizer page
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 295c45bb8..6ec23ed29 100644 --- a/customize.html +++ b/customize.html @@ -380,6 +380,22 @@ base_url: "../" <input type="text" class="form-control" placeholder="1.428571429" data-var="@line-height-base"> <p class="help-block">Used to calculate line-height throughout Bootstrap.</p> </div> + <div class="col-lg-6"> + <label>@font-size-h1</label> + <input type="text" class="form-control" placeholder="floor(@font-size-base * 2.60)" data-var="@font-size-h1"> + <label>@font-size-h2</label> + <input type="text" class="form-control" placeholder="floor(@font-size-base * 2.15)" data-var="@font-size-h2"> + <label>@font-size-h3</label> + <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.70)" data-var="@font-size-h3"> + </div> + <div class="col-lg-6"> + <label>@font-size-h4</label> + <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.25)" data-var="@font-size-h4"> + <label>@font-size-h5</label> + <input type="text" class="form-control" placeholder="@font-size-base" data-var="@font-size-h5"> + <label>@font-size-h6</label> + <input type="text" class="form-control" placeholder="ceil(@font-size-base * 0.85)" data-var="@font-size-h6"> + </div> </div> <h3>Code blocks</h3> |
