Skip to content

Commit

Permalink
add header font size vars to customizer page
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Aug 21, 2013
1 parent 631e200 commit bbc32f7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,22 @@ <h3>Typography</h3>
<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>
Expand Down

0 comments on commit bbc32f7

Please sign in to comment.