diff options
| author | Chris Rebert <[email protected]> | 2014-10-28 11:10:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-28 11:10:51 -0700 |
| commit | 223d9b4b6b5518dcf498ac31497f2e63bce95259 (patch) | |
| tree | 73bf5eccca840243e39fa249f2baab1dbb7113c4 /docs/_jade | |
| parent | 3e9b461766fffe71c58da2d61cd3773f83caa2cf (diff) | |
| parent | a5497da5bedf5aec842fbe26b764a0b5c1178942 (diff) | |
| download | bootstrap-223d9b4b6b5518dcf498ac31497f2e63bce95259.tar.xz bootstrap-223d9b4b6b5518dcf498ac31497f2e63bce95259.zip | |
Merge branch 'master' into jonschlinkert/master
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 |
