diff options
| author | Mark Otto <[email protected]> | 2014-08-27 22:37:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 22:37:10 -0700 |
| commit | 1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc (patch) | |
| tree | 4bb43051d97fb77d643fe76849cf0920fa8cd2ea /docs/_includes | |
| parent | d14d60e04cb807bc2e1931a899f712056cf6ce13 (diff) | |
| download | bootstrap-1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc.tar.xz bootstrap-1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -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 095482e05..552069005 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1088,7 +1088,7 @@ </div> <div class="bs-customizer-input"> <label for="input-@popover-arrow-color">@popover-arrow-color</label> - <input id="input-@popover-arrow-color" type="text" value="#fff" data-var="@popover-arrow-color" class="form-control"/> + <input id="input-@popover-arrow-color" type="text" value="@popover-bg" data-var="@popover-arrow-color" class="form-control"/> <p class="help-block">Popover arrow color</p> </div> <div class="bs-customizer-input"> |
