Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-03-04 12:30:40 +0400
committerMark Otto <otto@github.com>2014-03-04 12:30:40 +0400
commit1399497a02c6741c21a655b22a4ae71f8ed2b974 (patch)
tree155bb945650ad499cb9c45004a27f9729153900d /docs/_includes
parent0c269c96394a5676b61ac9291595bf84c6061e97 (diff)
grunt
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/customizer-variables.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html
index 30623344e4..9fd87deda2 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -1353,6 +1353,14 @@
<input id="input-@panel-body-padding" type="text" value="15px" data-var="@panel-body-padding" class="form-control"/>
</div>
<div class="bs-customizer-input">
+ <label for="input-@panel-heading-padding">@panel-heading-padding</label>
+ <input id="input-@panel-heading-padding" type="text" value="10px 15px" data-var="@panel-heading-padding" class="form-control"/>
+ </div>
+ <div class="bs-customizer-input">
+ <label for="input-@panel-footer-padding">@panel-footer-padding</label>
+ <input id="input-@panel-footer-padding" type="text" value="@panel-heading-padding" data-var="@panel-footer-padding" class="form-control"/>
+ </div>
+ <div class="bs-customizer-input">
<label for="input-@panel-border-radius">@panel-border-radius</label>
<input id="input-@panel-border-radius" type="text" value="@border-radius-base" data-var="@panel-border-radius" class="form-control"/>
</div>