diff options
| author | Chris Rebert <[email protected]> | 2014-10-27 15:00:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-27 15:00:30 -0700 |
| commit | 032a5ab72f8a7f0e786cb1d796ef895395b86e1f (patch) | |
| tree | b71450111c724c5e64a728197af18df4f5fde93f /docs/_jade | |
| parent | af70ac8ae1e959e90e6859a36ae29d41f10ee880 (diff) | |
| download | bootstrap-032a5ab72f8a7f0e786cb1d796ef895395b86e1f.tar.xz bootstrap-032a5ab72f8a7f0e786cb1d796ef895395b86e1f.zip | |
add clearfix divs to customizer input rows
Diffstat (limited to 'docs/_jade')
| -rw-r--r-- | docs/_jade/customizer-variables.jade | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_jade/customizer-variables.jade b/docs/_jade/customizer-variables.jade index 3c74573be..39d3f9f19 100644 --- a/docs/_jade/customizer-variables.jade +++ b/docs/_jade/customizer-variables.jade @@ -8,7 +8,9 @@ each section in sections if subsection.heading h3(id=subsection.id)= subsection.heading div.row - each variable in subsection.variables + each variable, index in subsection.variables + if index > 0 && index % 3 === 0 + div.clearfix div.bs-customizer-input label(for="input-" + variable.name)= variable.name input.form-control( |
