diff options
| author | Mark Otto <[email protected]> | 2014-07-12 15:37:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 15:37:13 -0700 |
| commit | 717a50ce19ed2f76e6b9eaf2f16be746cdfa23c0 (patch) | |
| tree | bf6d6855bfb1cab074d7195d6bbfd157211020fa /docs/_includes/customizer-variables.html | |
| parent | 5850f637ab8247ab36d7153d1e7025feca0bb567 (diff) | |
| download | bootstrap-717a50ce19ed2f76e6b9eaf2f16be746cdfa23c0.tar.xz bootstrap-717a50ce19ed2f76e6b9eaf2f16be746cdfa23c0.zip | |
grunt
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 64f536b94..d74a5d2e6 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -408,7 +408,7 @@ </div> <div class="bs-customizer-input"> <label for="input-@input-color-placeholder">@input-color-placeholder</label> - <input id="input-@input-color-placeholder" type="text" value="@gray-light" data-var="@input-color-placeholder" class="form-control"/> + <input id="input-@input-color-placeholder" type="text" value="#999" data-var="@input-color-placeholder" class="form-control"/> <p class="help-block">Placeholder text color</p> </div> <div class="bs-customizer-input"> |
