diff options
| author | Mark Otto <[email protected]> | 2014-09-18 19:11:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-18 19:11:47 -0700 |
| commit | e33922eb06387fd4ed3a090360a2bc38cf7b8d70 (patch) | |
| tree | 9684acd8355a9c9db571ab385f65b44ed780359b /docs/_includes/customizer-variables.html | |
| parent | 9ed65ab44456316805c298cbc258cd66857ab7e7 (diff) | |
| download | bootstrap-e33922eb06387fd4ed3a090360a2bc38cf7b8d70.tar.xz bootstrap-e33922eb06387fd4ed3a090360a2bc38cf7b8d70.zip | |
grunt
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 3ebcde629..f5b4cb874 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1305,6 +1305,11 @@ <p class="help-block">Progress bar text color</p> </div> <div class="bs-customizer-input"> + <label for="input-@progress-border-radius">@progress-border-radius</label> + <input id="input-@progress-border-radius" type="text" value="@border-radius-base" data-var="@progress-border-radius" class="form-control"/> + <p class="help-block">Variable for setting rounded corners on progress bar.</p> + </div> + <div class="bs-customizer-input"> <label for="input-@progress-bar-bg">@progress-bar-bg</label> <input id="input-@progress-bar-bg" type="text" value="@brand-primary" data-var="@progress-bar-bg" class="form-control"/> <p class="help-block">Default progress bar color</p> |
