aboutsummaryrefslogtreecommitdiff
path: root/docs/_jade
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-27 15:02:21 -0700
committerChris Rebert <[email protected]>2014-10-27 15:02:21 -0700
commita43d4767ba7a1d8d313f9c418a378b6749dd6040 (patch)
tree4ca0e840aa32b58bd0dd48c08b4ddb663f4bcb15 /docs/_jade
parent032a5ab72f8a7f0e786cb1d796ef895395b86e1f (diff)
downloadbootstrap-a43d4767ba7a1d8d313f9c418a378b6749dd6040.tar.xz
bootstrap-a43d4767ba7a1d8d313f9c418a378b6749dd6040.zip
.bs-customizer-input => .col-xs-4
Diffstat (limited to 'docs/_jade')
-rw-r--r--docs/_jade/customizer-variables.jade2
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