diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:01:57 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:01:57 +0200 |
| commit | daa8330b414d5b12e943fd614aaad7a4cd2c0c51 (patch) | |
| tree | 7fbc61d31bf1023b5177f6b0c6b2cfa81c8d4bde /customize.html | |
| parent | eb95574d8001591d1e056fcaeaf59138cbbb15a4 (diff) | |
| parent | 4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2 (diff) | |
| download | bootstrap-daa8330b414d5b12e943fd614aaad7a4cd2c0c51.tar.xz bootstrap-daa8330b414d5b12e943fd614aaad7a4cd2c0c51.zip | |
Merge branch 'master' into dancek-breadcrumb-separator
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 5 |
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> |
