diff options
| author | Mark Otto <[email protected]> | 2014-10-27 20:30:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-27 20:30:02 -0700 |
| commit | 892f6e35b855211b28a0f68354dec16f94ad2167 (patch) | |
| tree | a24db35151420df3a2080a2f8429da39a37d41f1 /docs/_jade | |
| parent | 0723060b89a87ccf0d470657bd43f2e4d241946e (diff) | |
| parent | de62dcaf53218943b0c9b02400742b6ca06129dc (diff) | |
| download | bootstrap-892f6e35b855211b28a0f68354dec16f94ad2167.tar.xz bootstrap-892f6e35b855211b28a0f68354dec16f94ad2167.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_jade')
| -rw-r--r-- | docs/_jade/customizer-variables.jade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/_jade/customizer-variables.jade b/docs/_jade/customizer-variables.jade index 3c74573be..bd0df1d13 100644 --- a/docs/_jade/customizer-variables.jade +++ b/docs/_jade/customizer-variables.jade @@ -8,8 +8,10 @@ each section in sections if subsection.heading h3(id=subsection.id)= subsection.heading div.row - each variable in subsection.variables - div.bs-customizer-input + each variable, index in subsection.variables + if index > 0 && index % 3 === 0 + div.clearfix + div.col-xs-4 label(for="input-" + variable.name)= variable.name input.form-control( id="input-" + variable.name |
