diff options
| author | Mark Otto <[email protected]> | 2014-03-04 00:41:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 00:41:57 -0800 |
| commit | d6e07f045c2070f7b958a577549f7600ed45927b (patch) | |
| tree | c23a4b3140e37c653737ec68178b136d93b88be1 /docs/_includes | |
| parent | 477dc99ffa3a4a8c604e6fbbc4946ca2eb83ba01 (diff) | |
| parent | 1399497a02c6741c21a655b22a4ae71f8ed2b974 (diff) | |
| download | bootstrap-d6e07f045c2070f7b958a577549f7600ed45927b.tar.xz bootstrap-d6e07f045c2070f7b958a577549f7600ed45927b.zip | |
Merge branch 'master' into rtl_via_css_flip
Conflicts:
docs/assets/js/raw-files.min.js
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 8 |
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> |
