aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2013-10-05 18:38:45 -0400
committerSteven Black <[email protected]>2013-10-05 18:38:45 -0400
commitc7120a7b043cb19b84928cf562bc9c352788e337 (patch)
treeb943a62c63949f84aa41541969a0edd9ca6be554 /customize.html
parent4b27c087836018b639c08788d452892c59e6e297 (diff)
downloadbootstrap-c7120a7b043cb19b84928cf562bc9c352788e337.tar.xz
bootstrap-c7120a7b043cb19b84928cf562bc9c352788e337.zip
The customizer now displays and collects the new Jumbotron font-size LESS variable
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/customize.html b/customize.html
index 9e46798ea..ae6871ccd 100644
--- a/customize.html
+++ b/customize.html
@@ -1222,19 +1222,17 @@ base_url: "../"
<h2 id="variables-jumbotron">Jumbotron</h2>
<div class="row">
- <div class="col-lg-3">
+ <div class="col-md-6">
<label>@jumbotron-padding</label>
<input type="text" class="form-control" placeholder="30px" data-var="@jumbotron-padding">
- </div>
- <div class="col-lg-3">
<label>@jumbotron-bg</label>
<input type="text" class="form-control" placeholder="@gray-lighter" data-var="@jumbotron-bg">
+ <label>@jumbotron-font-size</label>
+ <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.50)" data-var="@jumbotron-font-size">
</div>
- <div class="col-lg-3">
+ <div class="col-md-6">
<label>@jumbotron-color</label>
<input type="text" class="form-control" placeholder="inherit" data-var="@jumbotron-color">
- </div>
- <div class="col-lg-3">
<label>@jumbotron-heading-color</label>
<input type="text" class="form-control" placeholder="inherit" data-var="@jumbotron-heading-color">
</div>