aboutsummaryrefslogtreecommitdiff
path: root/docs/_jade
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-27 20:30:02 -0700
committerMark Otto <[email protected]>2014-10-27 20:30:02 -0700
commit892f6e35b855211b28a0f68354dec16f94ad2167 (patch)
treea24db35151420df3a2080a2f8429da39a37d41f1 /docs/_jade
parent0723060b89a87ccf0d470657bd43f2e4d241946e (diff)
parentde62dcaf53218943b0c9b02400742b6ca06129dc (diff)
downloadbootstrap-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.jade6
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