aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 09:49:28 +0200
committerMark Otto <[email protected]>2013-09-01 09:49:28 +0200
commit794d7845199d46b89f45026d47091e6f30de73a2 (patch)
tree989bfaf039158b4391a5237ed1afd3211a1c807a /customize.html
parent9e541fc717fdaa333bde760688dc6a16256e607d (diff)
downloadbootstrap-794d7845199d46b89f45026d47091e6f30de73a2.tar.xz
bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.zip
fixes #10153: restore headings-color variable
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/customize.html b/customize.html
index 3ba8e2865..67d2edad5 100644
--- a/customize.html
+++ b/customize.html
@@ -421,15 +421,14 @@ base_url: "../"
<div class="col-lg-6">
<label>@headings-font-family</label>
<input type="text" class="form-control" placeholder="@font-family-base" data-var="@headings-font-family">
- <p class="help-block">Choose a separate font-family for headings.</p>
<label>@headings-font-weight</label>
<input type="text" class="form-control" placeholder="500" data-var="@headings-font-weight">
- <p class="help-block">Choose a separate font-weight for headings.</p>
</div>
<div class="col-lg-6">
<label>@headings-line-height</label>
<input type="text" class="form-control" placeholder="1.1" data-var="@headings-line-height">
- <p class="help-block">Choose a separate line-height for headings.</p>
+ <label>@headings-color</label>
+ <input type="text" class="form-control" placeholder="inherit" data-var="@headings-color">
</div>
</div>