Commit a43d4767 authored by Chris Rebert's avatar Chris Rebert
Browse files

.bs-customizer-input => .col-xs-4

parent 032a5ab7
Showing with 374 additions and 381 deletions
+374 -381
This diff is collapsed.
...@@ -11,7 +11,7 @@ each section in sections ...@@ -11,7 +11,7 @@ each section in sections
each variable, index in subsection.variables each variable, index in subsection.variables
if index > 0 && index % 3 === 0 if index > 0 && index % 3 === 0
div.clearfix div.clearfix
div.bs-customizer-input div.col-xs-4
label(for="input-" + variable.name)= variable.name label(for="input-" + variable.name)= variable.name
input.form-control( input.form-control(
id="input-" + variable.name id="input-" + variable.name
......
...@@ -1342,13 +1342,6 @@ h1[id] { ...@@ -1342,13 +1342,6 @@ h1[id] {
font-weight: normal; font-weight: normal;
} }
.bs-customizer-input {
float: left;
width: 33.333333%;
padding-right: 15px;
padding-left: 15px;
}
/* Downloads */ /* Downloads */
.bs-customize-download .btn-outline { .bs-customize-download .btn-outline {
padding: 20px; padding: 20px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment