aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-04 00:30:40 -0800
committerMark Otto <[email protected]>2014-03-04 00:30:40 -0800
commit1399497a02c6741c21a655b22a4ae71f8ed2b974 (patch)
tree155bb945650ad499cb9c45004a27f9729153900d /docs/_includes
parent0c269c96394a5676b61ac9291595bf84c6061e97 (diff)
downloadbootstrap-1399497a02c6741c21a655b22a4ae71f8ed2b974.tar.xz
bootstrap-1399497a02c6741c21a655b22a4ae71f8ed2b974.zip
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 30623344e..9fd87deda 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>