aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 20:03:02 -0700
committerMark Otto <[email protected]>2013-10-13 20:03:02 -0700
commit36b4639b0da23574faa3373d1d50c47178db7044 (patch)
tree82429125e38406674039e315660bada6cf00e35f /customize.html
parent44b32a30366440b2127b343fbd1990fe15e88185 (diff)
parent0740d01b4ccbce54b9e852df63bdf891b532baa2 (diff)
downloadbootstrap-36b4639b0da23574faa3373d1d50c47178db7044.tar.xz
bootstrap-36b4639b0da23574faa3373d1d50c47178db7044.zip
Merge pull request #10949 from StevenBlack/jumbotron.fontsize
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
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 16e68e059..bd4b8bff5 100644
--- a/customize.html
+++ b/customize.html
@@ -1216,19 +1216,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>