diff options
| author | Chris Rebert <[email protected]> | 2014-10-27 15:02:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-27 15:02:21 -0700 |
| commit | a43d4767ba7a1d8d313f9c418a378b6749dd6040 (patch) | |
| tree | 4ca0e840aa32b58bd0dd48c08b4ddb663f4bcb15 /docs/_jade | |
| parent | 032a5ab72f8a7f0e786cb1d796ef895395b86e1f (diff) | |
| download | bootstrap-a43d4767ba7a1d8d313f9c418a378b6749dd6040.tar.xz bootstrap-a43d4767ba7a1d8d313f9c418a378b6749dd6040.zip | |
.bs-customizer-input => .col-xs-4
Diffstat (limited to 'docs/_jade')
| -rw-r--r-- | docs/_jade/customizer-variables.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_jade/customizer-variables.jade b/docs/_jade/customizer-variables.jade index 39d3f9f19..bd0df1d13 100644 --- a/docs/_jade/customizer-variables.jade +++ b/docs/_jade/customizer-variables.jade @@ -11,7 +11,7 @@ each section in sections each variable, index in subsection.variables if index > 0 && index % 3 === 0 div.clearfix - div.bs-customizer-input + div.col-xs-4 label(for="input-" + variable.name)= variable.name input.form-control( id="input-" + variable.name |
